What interface must an object implement before it can be written to a stream as an object?



What interface must an object implement before it can be written to a stream as an object?..

Answer / Abhishek Nagar

An object must implement the Serializable interface or the Externalizable interface before it can be written to a stream as an object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOAD Interview Questions

Whether static method can use nonstatic members?

1 Answers  


Differences between functional programming and object-oriented programming?

1 Answers  


Explain the different types of constructors

1 Answers  


Comment: C++ "includes" behavior and java "imports"

1 Answers  


Is class an Object? Is object a class?

3 Answers   InfoAxon Technologies, Protech,


How will you define abstract classes?

1 Answers   QuestPond,


What are abstract methods?

1 Answers  


What is the use of Operator Overloading?

1 Answers   Protech,


What is the function of pure virtual functions?

1 Answers  


Explain OOPS.

1 Answers   Ittiam Systems,


What is the difference between an abstract class and interface in java?

1 Answers  


Difference between Composition and Aggregation

2 Answers   Protech,


Categories