🎴 Flashcard Mode

core java programming

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following is serializable?

AnswerClick to flip back
A
Public interface
💡 Explanation:

Serializable is a public interface to allow subtypes of non-serializable classes to be serialized. This interface is included in java.io. Serializable package has access specifier as public.

Change Mode