SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘object output stream’

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

October 3rd, 2009

What are the methods of ObjectOutputStream?

No Comments, Java Facts, by Daisy Williams.

The following table depicts the commonly used methods defined by ObjectOutputStream: Method NameDescription void close()Closes the invoking stream with an…

Share