> Hi
>
> Please help me with this question.
>
> How to find the max lement in an array without using
> for loop .
You can always sort the array and then pick the element at [left as an exercise for the OP].
Check out the overloaded sort-methods in [url http://java.sun.com/j2se/1.5.0/docs/api/java/util/Arrays.html]java.util.Arrays[/url].
(Not sure why you posted this question in this forum though.)