What is serializable interface?
Answer Posted / murugan
serialization is the interface, which is used to serialize
(convert object into byte )the object, we can use this in
the situation for result pass over to any medium like
output stream,writer,bytearrayouputstream (and also persist
into stable storage).
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
What is the difference between declaration and definition in java?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
write a program that list all permutations of ABCDEF in which A appears before B?
State the difference between strings and arrays.
Explain all java features with real time examples
Can we use both this () and super () in a constructor?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
Difference between linkedlist and arraylist.
Is void a wrapper class?
Why java is used everywhere?
What are the six ways to use this keyword?
What is adapter in java?
What do heavy weight components mean in java programming?
What is logical variable?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application