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
How does system arraycopy work in java?
What is the access scope of protected access specifier?
What is hash in java?
Is java code slower than native code?
What is derived datatype?
What is the covariant return type?
What do you mean by platform independence?
Is nan false?
Can a class be declared as protected?
Which data type is class in java?
When will you define a method as static?
What is java algorithm?
What is a class reference?
What is thread synchronization in java?
Is binary a low level language?