SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for October, 2009

October 27th, 2009

What is a static method?

No Comments, Java Facts, by Daisy Williams.

Static methods are those methods that are declared with the keyword static as modifier are called static methods or class…

Share

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…

Share

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….

Share

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…

Share