According to the given code snippet, the program will display Illegal Operation Complete Successfully as output. The expression 100/x3 will…
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)…
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:…
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,…