SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘keyword’

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

September 1st, 2009

The this keyword

No Comments, Java Facts, by Daisy Williams.

The this keyword refers to the currently executing instance of a class. It is commonly used to access members from…

Share

August 29th, 2009

What is an instanceOf operator?

No Comments, Java Facts, by Daisy Williams.

The instanceof operator is a binary operator that determines at runtime whether its left operand is an instance of its…

Share