SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for August, 2009

August 26th, 2009

Static Import statements

No Comments, Java Facts, by Daisy Williams.

The static import is a new feature of J2SE 5.0 that allows unqualified access to static members without inheriting from…

Share

August 25th, 2009

Difference between abstract classes and interfaces

No Comments, Java Facts, by Daisy Williams.

Abstract class: In java, an abstract class is a class that is partially implemented. It provides design convenience. An abstract…

Share

August 22nd, 2009

Variable arity methods

No Comments, Java Facts, by Daisy Williams.

A variable arity method allows the number of arguments in a method call to be varied. Invocations of this method…

Share