SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for November 12th, 2009

November 12th, 2009

What will be the output of the following program?

No Comments, Java Questions, by Daisy Williams.

class Ques{ public static void main (String[] argv){ int p1 = 0102; int p2 = -10; int mod = p1…

Share