what is ennumaration?

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


Please Help Members By Posting Answers For Below Questions

What is volatile data type?

550


Does java have extension methods?

528


What are the 4 versions of java?

557


Explain about anonymous inner classes ?

579


What is not thread safe?

493






How transient variable is different from volatile variable?

561


define polymorphism in java

636


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

1583


What is difference between fileinputstream and filereader in java?

558


What type of value does sizeof return?

539


What is return null in java?

509


What is nested loop? What is dangling else condition in it?

573


What is the use of put method?

516


What are the benefits of operations in java?

493


Why static functions are used?

568