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

Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?

3 Answers   Four soft,


What is maximum size of arraylist in java?

0 Answers  


Can I learn java without any programming experience?

0 Answers  


what is the meaning of java.lang and java.util

6 Answers  


What are the two types of exceptions in java? Which are the differences between them?

0 Answers  






2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

0 Answers   RBS, TCS,


What is method overloading with type promotion?

0 Answers  


What is stringwriter?

0 Answers  


What is number data type in java?

0 Answers  


What are the types of java languages?

0 Answers  


What do you mean by local class?

0 Answers  


Write a program to check string is palindrome without using loop?

0 Answers   Cyient,


Categories