SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘package’

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

What is an assertion?

No Comments, Java Facts, by Daisy Williams.

An assertion is a statement that will be evauated during the execution of a program. It returns a boolean result….

Share