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 codebase?
Explain the difference between abstraction and encapsulation.
What are the different collection views provided by maps?
How do I enable java in safari?
What does string intern() method do?
Explain different types of thread priorities ?
what are the states associated in the thread? : Java thread
How can you set the applet size?
Can a class extend 2 classes in java?
Can you have two constructors in java?
What is the escape character in java?
How do you declare a string variable?
Enlist few advantages of inheritance?
What is an empirical question?
Can we inherit a class with private constructor?