> Hi,
> I am a beginner in Java. Can somebody tell me
> how to retrieve last element from
> java.util.collection without Iterating?
You realize of course that this is rather silly since not every Collection necessarily has a "last" element. For it to have the notion of a "last" element it would have be ordered and would be a List.