What is an enumeration class?
Answers were Sorted based on User's Feedback
Answer / janet
An object that implements the Enumeration interface
generates a series of elements,one at a time. It has two
methods,namely hasMoreElements() and nextElement().
hasMoreElements() tests if this enumeration has more
elements and nextElement() method returns successive
elements of the series.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ravikiran(aptech mumbai)
enumeration class contains the method elements to traverse
threw the elements of collection
| Is This Answer Correct ? | 2 Yes | 2 No |
What is public static void main?
What is meant by structural programming?
Does a function need a return?
explain me with a code snippet about the generation and handling of null point exceptions.
Define nashorn in java8.
What are the changes in java.io in java 8 ?
Difference between JDK, JRE, JVM
16 Answers Deloitte, HCL, Mind Tree, Oracle, Reliance, TCS, ThinkBox,
how can u apply shallow cloning and deep cloning to create object?
what is business delegate?
How does finally block differ from finalize() method?
Write a code to show a static variable?
how to transactions(Bank transactions) in business process in ejb?