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 array in java?
What is the difference between I ++ and ++ I in java?
What is compiler and what its output.
Write java program to reverse string without using api?
What is join () in java?
What is the difference between final, finally and finalize() in java?
What is string data?
What is a layout manager and what are different types of layout managers available in java awt?
What is the syntax and characteristics of a lambda expression? Explain
Why java is considered dynamic?
What is the applet security manager, and what does it provide?
Why does java does not support multiple inheritance? Explain
How arrays are stored in memory in java?
Explain about complier design(phases)
What do you mean by Function Overloading in java?