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 is static data type in java?
What is the difference between a constructor and a method?
Is alive and join method in java?
What is the list interface in java programming?
What is better- service oriented or batch oriented solutions?
What is function and method in java?
Which package has light weight components in java programming?
What is purpose of applet programming?
Can we use catch statement for checked exceptions?
Is null == null in java?
What are the default and parameterized constructors?
What is the use of arraylist class in java?
What is complexity in java?
Is a method a procedure?
What is generic type?