SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for February 9th, 2010

February 9th, 2010

What are the methods of externalizable interface?

No Comments, Uncategorized, by Daisy Williams.

The Externalizable interface has the following two methods: public void writeExternal(ObjectOutput objout): This method is used to save the contents…

Share