SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for October 5th, 2009

October 5th, 2009

What will be the output of the following code?

No Comments, Java Facts, by Daisy Williams.

import java.io.*; class ABC implements Serializable { } public class SerializeABC { public static void main(String[] args) { ABC ab…

Share