The following table summarizes the differences between method overriding and method overloading: Method OverridingMethod OverloadingArguments of overridden methods cannot be…
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….
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…
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…
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…
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…
August 20th, 2009
Difference between SCJP 1.5 and SCJP 1.6
1 Comment, Sun Java Certifications, by Daisy Williams.Sun’s CX310-065 test is the latest exam for the Sun Certified Java Programmer certification on the Java 2 Platform 6.0….
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…
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…
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….