SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for January, 2010

January 11th, 2010

What is the AccessibleObject class?

No Comments, Uncategorized, by Daisy Williams.

The AccessibleObject class is the base class for Field, Method and Constructor objects. It is used to add flag a…

Share

January 9th, 2010

What is the subMap() method of the NavigableMap interface?

No Comments, Uncategorized, by Daisy Williams.

The subMap() method returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey,…

Share

January 7th, 2010

What is the class path?

No Comments, Java Facts, by Daisy Williams.

The class path is a path that the Java runtime system uses it for searching classes and other resource files….

Share

January 6th, 2010

What is a Map interface?

No Comments, Uncategorized, by Daisy Williams.

The Mapinterface provides an object that maps keys to value. A map cannot contain duplicate keys; each key can map…

Share