SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for November 16th, 2009

November 16th, 2009

What will be the result while compiling and running the code?

No Comments, Java Questions, by Daisy Williams.

import java.util.EnumSet; public final class EnumMeg { public static void main(String[] args) { Integer i = null; method(i); } static…

Share