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
What is the difference between equals() and == in java?
What is a parameter used for?
What about features of local inner class?
How the interruptible method gets implemented?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
How many types of array are there?
What’s the difference between callable and runnable?
What is hashmap in java?
worst case complexities of Quick sort and Merge sort.
What is methods in java?
Can we declare a class as static?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is indexof in java?
What is files manifesting?
In java, what is the difference between method overloading and method overriding?