+2 votes
in JAVA by
How can you make a class serializable in Java?

1 Answer

0 votes
by

A class can become serializable by implementing the Serializable interface.

Related questions

+1 vote
asked May 7, 2021 in JAVA by sharadyadav1986
+1 vote
asked May 6, 2021 in JAVA by SakshiSharma
...