+1 vote
in JAVA by
What is Externalizable?

1 Answer

0 votes
by

The Externalizable interface is used to write the state of an object into a byte stream in a compressed format. It is not a marker interface.

Related questions

+3 votes
asked May 13, 2021 in JAVA by rajeshsharma
+2 votes
asked May 13, 2021 in JAVA by rajeshsharma
...