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 |
Whether static method can use nonstatic members?
Differences between functional programming and object-oriented programming?
Explain the different types of constructors
Comment: C++ "includes" behavior and java "imports"
Is class an Object? Is object a class?
3 Answers InfoAxon Technologies, Protech,
How will you define abstract classes?
What are abstract methods?
What is the use of Operator Overloading?
What is the function of pure virtual functions?
Explain OOPS.
What is the difference between an abstract class and interface in java?
Difference between Composition and Aggregation