Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is an enumeration class?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default value of an object reference declared as an instance variable?

1172


How does indexof work?

1011


What is thread synchronization in java?

952


Is arraylist zero based?

1114


What is instance means in java?

1098


What is the similarity between dynamic binding and linking?

1167


I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?

1031


How do you get the length of a string in java?

1058


Can sleep() method causes another thread to sleep?

1078


What is a lightweight component?

1066


Is java owned by oracle?

1074


Is integer passed by reference in java?

1068


What is difference between module and function?

1261


Explain about strings in java?

1129


What is the difference between preparedstatement and statement in java?

1238