SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for November 23rd, 2009

November 23rd, 2009

What will be the output of the following program code?

No Comments, Java Questions, by Daisy Williams.

class Ques0357{ public static void main(String[] argv){ int s = 2; switch (s) { case 1: System.out.println(“Fred”); break; case 2:…

Share