SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘exam guide’

November 24th, 2009

What will be the output of the following program code?

No Comments, Java Questions, by Daisy Williams.

public class Exc { public static void main(String args[]) { int x1=0; try { int x3= 100/x1; } catch(ArithmeticException e)…

Share

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

November 21st, 2009

SUN Java anounces a series of performance tunning certifications.

No Comments, News, by Daisy Williams.

Now days SUN announces Java performance tunning certifications. By doing these certification you will learn a blend of tuning methodology,…

Share