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 similarity between dynamic binding and linking?
Can a static method be overridden in java?
What is the difference between hashmap and hashtable? What is an interface?
What is currentthread()?
What is the definition of tree ?
Describe string intern() methodology
How do you implement tree mirroring in java?
Explain the selection sort algorithm?
What is OOP's Terms with explanation?
How many types of interfaces are there?
What is indexof in java?
Is integer immutable in java?
What is runtime polymorphism or dynamic method dispatch?
What is passing value java?
How do you include a string in java?