what is ennumaration?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sujanya
Enumaration is an intetrface.It enumarates the elements
from top to bottom
| Is This Answer Correct ? | 3 Yes | 1 No |
what is Dictionary? and what purpose it is used for?
What do you understand by private, protected and public?
Can you override a final method?
what is class.forname() and how it will be useful ?
What are daemon Threads in java?
class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?
Can a constructor be protected?
What is the default execution method in java?
why using interface interface ?
What is a subsequence of a string?
Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1
Which of the classes will have more memory allocated?