import java.io.*; class ABC implements Serializable { } public class SerializeABC { public static void main(String[] args) { ABC ab…
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…