Static methods are those methods that are declared with the keyword static as modifier are called static methods or class…
October 24th, 2009
What is the java.util.EnumSet set?
1 Comment, Uncategorized, by Daisy Williams.The java.util.EnumSet set is a special purpose set. It is used to provide an implementation for better performance for enum…
October 23rd, 2009
What is multiplicity?
No Comments, Uncategorized, by Daisy Williams.The multiplicity defines the number of objects of one class in relation to the number of objects of another class….
October 22nd, 2009
What is EnumMap?
No Comments, Java Facts, by Daisy Williams.The java.util.EnumMap is a special purpose map. It is used to provide better performance for enum types than its general…