SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Posts Tagged ‘interface’

October 21st, 2009

What is the Externalizable interface?

No Comments, Java Facts, by Daisy Williams.

The Externalizable interface is used to provide a complete control over the serialization and deserialization processes.This interface has the following…

Share

August 25th, 2009

Difference between abstract classes and interfaces

No Comments, Java Facts, by Daisy Williams.

Abstract class: In java, an abstract class is a class that is partially implemented. It provides design convenience. An abstract…

Share