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
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Can java inner class be static?
How many types of design patterns are there?
Explain the difference between intermediate and terminal operations in java8?
What is the difference between java applets and applications?
What is connection class in java?
What is difference between this and super keyword?
What are the various access specifiers in java?
What is return keyword in java?
What is the tradeoff between using an unordered array versus an ordered array?
Write a program to find the whether a number is an Armstrong number or not?
What is java in detail?
What is mnemonic code?
What are the 3 types of loops in java?
What is final method?