What is serializable interface?
Answer Posted / manish mathur
Serializable interface is used to create classes which
enable the transfer of any binary object over a
communication channel by transferring all the data of the
object in a byte by byte manner.
| Is This Answer Correct ? | 94 Yes | 11 No |
Post New Answer View All Answers
Why do we use regex?
How do you clear a list in java?
What is a treeset class?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
Can we create a constructor in abstract class?
What are predicates in java 8?
What is a java string?
what are abstract functions?
What do you mean by aggregation?
Is 0 true or is 1 true?
what is ststic with example
What is an off by one error in java?
What is an abstract method in java programming?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What are the problems faced by java programmers who don't use layout managers?