What is serializable interface?
Answer Posted / prakash
serialization is the interface that convert object into byte
stream. and this objects saved to local discs by
ObjectOutputStream and ObjectInputStream.and this Object can
be send over the network.
| Is This Answer Correct ? | 23 Yes | 8 No |
Post New Answer View All Answers
Are primitives objects?
How to disable caching on back button of the browser?
How do you know if a value is nan?
Why is java multithreaded?
What are 3 data types?
Why does java have different data types for integers and floating-point values?
Explain reverse a linked list iterative solution in java?
What is singleton class in ruby?
What is the tradeoff between using an unordered array versus an ordered array?
What is a databasemetadata?
Explain different forms of polymorphism?
Can private method static?
Can a class have more than one object?
What is a generic code?
Discuss about garbage collector in Java.