SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for December 3rd, 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