Answer Posted / gunjan
Enumaration is an interface,has only two method
hasMoreElement() , nextElement. its used to iterate the
collection obj.
but it can be applicable only for the legacy class
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we pass a primitive type by reference in java? How
Explain java code for recursive solution's base case?
What is the unit of plancks constant?
Is 0 a real number?
Why do we need autoboxing in java?
What do you mean by pointer value and address?
What is a stack class in java ?
Explain try and catch keywords in java?
What is a java object and java application?
Can a constructor have different name than a class name in java?
What’s the difference between constructors and other methods?
Differentiate between a class and an object.
What is a blocking method in Java?
Explain about interthread communication and how it takes place in java?
Is an empty arraylist null?