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
What does system.gc() and runtime.gc() methods do?
What is the difference between a scrollbar and a scrollpane?
What is mean by exception?
Explain the difference between transient and volatile in java?
Which is fastest collection in java?
What exactly is java?
How many types of array are there?
What is complexity in java?
What is the default size of load factor in hashing based collection?
What is the purpose of void class?
What is a static method in java?
Is array an object in java?
What is the exact difference in between Unicast and Multicast object?
What are java annotations?
Write a java program to check if a number is prime or not?