what is ennumaration?

Answers were Sorted based on User's Feedback



what is ennumaration?..

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

what is ennumaration?..

Answer / sujanya

Enumaration is an intetrface.It enumarates the elements
from top to bottom

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Core Java Interview Questions

Can a method inside a interface be declared as final?

0 Answers  


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

0 Answers   HCL,


Can two objects have same hashcode?

0 Answers  


What are selection structures?

0 Answers  


What is keyword auto for?

0 Answers  






What is the purpose of default constructor?

0 Answers  


Explain the difference between transient and volatile in java?

0 Answers  


What is unsigned char?

0 Answers  


Convert a BST into a DLL and DLL to BST in place.

0 Answers   Amazon,


What is an infinite loop in java? Explain with an example.

0 Answers  


What are the types of web technologies?

0 Answers  


Explain the difference between jvm and jre?

0 Answers  


Categories