what is the use of Clonable,and serializable interface?
serialzable and cloneable interface both are marker
interface
Cloneable interface:
if any class implements this interface .so this interface
its just a indicator or marker that a particular class
going touse clone() of the Object class to field tio field
copy of the instance ofthe particular class.
Serializable:
its also the interface .if any class implements it so means
that this particular class object convert in byte and going
to save in a locakl disk
and also its useful to send object in a Byteform to the
network.
and at the another network it will convert from byte to
Object of particular type.
| Is This Answer Correct ? | 48 Yes | 5 No |
what is the difference between ArrayList and Vector
19 Answers KPIT, Sasken, Satyam, Span Infotech, Wipro,
What are concepts of OOPS and how are they implemented in Java?
What are internal variables?
What is the longest unicode character?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
How do you identify if jvm is 32-bit or 64-bit from java program?
What does this () mean in constructor chaining concept?
How to do encapsulation in java?
What are wrapped classes?
What is I/O Filter?
What are the advantages of encapsulation in java?
Why do you canvas?