SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for November 24th, 2009

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