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 stringbuffer is faster than string?
What is a variable in java?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is better - 'bit-shift a value' or 'multiply by 2'?
Can we declare register variable as global?
What Is Composition?
What is numeric data type?
Can a class be protected in java?
Why java is said to be pass-by-value ?
What access modifiers can be used for variables?
Can list be final in java?
What are the skills required for core java?
Can a vector contain heterogenous objects?
Why pass by reference is not possible in java?
Can You Have Virtual Functions In Java?