SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘class’

October 28th, 2009

How to declare a package?

No Comments, Java Facts, by Daisy Williams.

The package statement is used to declare packages. The word package is a keyword in Java. This statement is not…

Share

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 16th, 2009

What is an abstract class?

No Comments, Java Facts, by Daisy Williams.

An abstract class is a class that is partially implemented. It provides design convenience. An abstract class consists of one…

Share