Answer Posted / lala
serialization is the process of storing object in byte
Stream over network or file.to avoid serialization we have
to declare the variable as trasient.Inorder to make object
serialisation class implement serilazable
interface.Serializable Interface is an Marker
interface.Marker interface doesn't contain any method.so
how it works? it will call the object class methods.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between the ">>" and " >>>" operators in java?
What is contractor means and methods?
what is inner class in java?
How do you check whether the list is empty or not in java?
why not override thread to make a runnable? : Java thread
when you will synchronize a piece of your code? : Java thread
What is a method declaration?
How to check if linked list contains loop in java?
Explain the Propertie sof class?
What is difference between fileinputstream and filereader in java?
What is a arraylist in java?
Can we write class inside a class in java?
Why object class is super class for every class in java?
What is the significance of listiterator?
What do you understand by weak reference?