+2 votes
in JAVA by (30.8k points)
How can you make a class serializable in Java?

1 Answer

0 votes
by (30.8k points)

A class can become serializable by implementing the Serializable interface.

Related questions

...