SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for December, 2009

December 3rd, 2009

What will be the output of the following program code?

No Comments, Java Questions, by Daisy Williams.

import java.util.*; public class TestArray{ public static void main(String[] args){ TestArray test = new TestArray(); test.go(); } public void go(){…

Share

December 2nd, 2009

What are the conventions for writing constructors?

No Comments, Java Facts, by Daisy Williams.

A constructor provides a convenient way to initialize a newly created object at the time of its creation. It is…

Share

December 1st, 2009

uCertify’s Upgrade of CX310-083 certification exam

No Comments, News, by Daisy Williams.

uCertify has recently launched its updated simulation software for CX310-083 (SCWCD). Why this version is different from its previous versions?…

Share