What is serializable interface?
Answer Posted / murugan
serialization is the interface, which is used to serialize
(convert object into byte )the object, we can use this in
the situation for result pass over to any medium like
output stream,writer,bytearrayouputstream (and also persist
into stable storage).
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
When should a function throw an exception?
What is the default value of an object reference declared as an instance variable?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
How will you communicate between two applets?
What is an example of a keyword?
What is pangram in java?
What is a condition in java?
How can an object be unreferenced?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
How java is similar to c?
Explain about main thread in java?
How to make a read-only class in java?
What are 3 data types?
what is a green thread? : Java thread
What is an object class?