Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Core Java - Interview Questions and Answers for 'Externalizable interface' - 2 question(s) found - Order By Newest | ||||
| Ans. Externalizable interface is used to write the state of an object into a byte stream in compressed format. | ||||
| ||||
| Ans. Externalizable is an interface which contains two methods readExternal and writeExternal. These methods give you a control over the serialization mechanism. | ||||