Which method (s) must a serializable class, implement?
? It must always implement both readObject andwriteObject
? It must implement either readObject orwriteObject, or both, depending upon the
desired behavior
? No Need to implement any methods
? None of the given option is correct
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which method (s) must a serializable class, implement? ? It must always implement both readObject andwriteObject ? It must implement either ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Which method (s) must a serializable class, implement? ? It must always implement both readObject andwriteObject ? It must implement either readObject orwriteObject, or both, depending upon the desired behavior ? No Need to implement any methods ?