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
How can u increase the heap size in the memory?
How to connect to a remote database using Applet?
What are advantages of using Java?s layout managers than windowing systems?
Can we restart a dead thread in java?
is there a separate stack for each thread in java? : Java thread
What is a literal coding?
What is implicit object in java?
What is casting in java programming?
Explain notify() method of object class ?
What do you mean by exception handling in Java?
What is Hierarchy of exception?
What is the purpose of using break in each case of switch statement?
Why do we need autoboxing in java?
Write a code to show a static variable?
What is string literal in java?