What is serializable interface?
Answer Posted / manish mathur(a3logics ,jaipur
Serialization is the process of writing complete state of
java object into output stream, that stream can be file or
byte array or stream associated with TCP/IP socket.
Is This Answer Correct ? | 41 Yes | 11 No |
Post New Answer View All Answers
What does ide stand for?
How do you sort words in java?
What is the protected method modifier?
What is compareto?
What is the use of object and class classes?
What are the procedures?
Can we change the scope of the overridden method in the subclass?
How does java pattern compile work?
What is the difference between stream and buffer?
What is the size of a string in java?
Can a final variable be initialized in constructor?
What is the structure of java?
What is the purpose of the enableevents() method in java programming?
What is a two-pass assembler?
Can we catch more than one exception in single catch block?