Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How can you make a class serializable in Java?
Home
JAVA
How can you make a class serializable in Java?
+2
votes
asked
May 6, 2021
in
JAVA
by
SakshiSharma
How can you make a class serializable in Java?
#serialization
java
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 6, 2021
by
SakshiSharma
A class can become serializable by implementing the Serializable interface.
...