thinkinterview » interview questions
« Previous

interview Questions

next »
question What is Externalizable?
Answer Description: Externalizable is an Interface that extends Serializable Interface. And sends data into Streams in Compressed Format. It has two methods, writeExternal(ObjectOuput out) and readExternal(ObjectInput in) .

Next Queston » What is casting?...
What is casting?View full queston »

Posted in: Java(30) |