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
What is difference between char array and string?
What is a variable analysis?
What is the difference between a static and a non-static inner class in java programming?
Explain illegalmonitorstateexception and when it will be thrown?
What do you mean by Function Overloading in java?
Is linked list a linear or non-linear data structure?
What is the biggest integer?
Is java code slower than native code?
Can we overload destructor in java?
Can we pass a primitive type by reference in java? How
How objects are stored in java?
Why can't we override private static methods?
Does java runtime require a license?
Explain the private field modifier?
What are packages in java?