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
What is identifier with example?
How do generics work?
Is it possible to write a regular expression to check if string is a number?
List down the methods and interfaces of collection class in java.
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What is the difference between heap memory and stack memory?
What is a qualifier in a sentence?
What is the maximum size of arraylist in java?
Will the jvm load the package twice at runtime?
Can I import same package/class twice?
Whats the difference between notify() and notifyall()?
What is r in java?
Can a set contain duplicates?
Give an example of use of pointers in java class.
What is join () in java?