SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for the ‘Sun Java Certifications’ Category

August 19th, 2010

What are the differences between method overriding and method overloading?

No Comments, Sun Java Certifications, by Daisy Williams.

The following table summarizes the differences between method overriding and method overloading: Method OverridingMethod OverloadingArguments of overridden methods cannot be…

Share

August 18th, 2010

What are the differences between exceptions and assertions?

No Comments, Sun Java Certifications, by Daisy Williams.

ExceptionsAssertions An exception tells the user of the program that something in the program went wrong.An assertion documents a program….

Share

August 17th, 2010

What are the rules for method overriding?

No Comments, Sun Java Certifications, by Daisy Williams.

According to method overriding, an overriding method must follow the following rules: It must have the same argument list. It…

Share

August 16th, 2010

What are the JavaBean listener naming rules?

No Comments, Sun Java Certifications, by Daisy Williams.

JavaBean is a reusable software component that can be visually manipulated using the builder tool. The following are the JavaBean…

Share

June 28th, 2010

What is a variable arity method?

No Comments, Sun Java Certifications, by Daisy Williams.

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

Share

May 27th, 2010

OpenOffice.org 3 specialist certification exam

No Comments, Sun Java Certifications, by Daisy Williams.

Now days Sun is providng its latest OpenOffice.org specialist certification exam that enables you to certify your desktop productivity skills…

Share

August 18th, 2009

What is SCJP?

No Comments, Sun Java Certifications, by Daisy Williams.

SCJP stands for Sun Certified Java Programmer’s certification exam. It covers the standard edition 6 of java. It is career…

Share

August 16th, 2009

New features in SCJP exam

No Comments, Sun Java Certifications, by Daisy Williams.

SCJP 1.5 and SCJP 1.6 are very different from the older versions of the exam. SCJP 1.6 has added some…

Share

August 15th, 2009

SCJP certification exam tips

No Comments, Sun Java Certifications, by Daisy Williams.

The SCJP test consists of multiple-choice questions. There are no case study type questions and the test is not adaptive….

Share