SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘class’

April 14th, 2010

What is the class level security?

No Comments, SCBCD, by Daisy Williams.

A class-level security is one in which a caller can call any method of any instance of a class. The…

Share

February 11th, 2010

What are the methods of the LinkedList class?

No Comments, Java Facts, by Daisy Williams.

The LinkedList class defines the following methods for manipulating lists. These are as follows: void addFirst(E obj): This method inserts…

Share

December 2nd, 2009

What are the conventions for writing constructors?

No Comments, Java Facts, by Daisy Williams.

A constructor provides a convenient way to initialize a newly created object at the time of its creation. It is…

Share