Answer Posted / sampath
serialization is an interface.it as no methods.This is a
marker interface. The actual data object by
converting it to a byte stream.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can a source file contain more than one class declaration?
What are the Class Libraries ?
What are the 2 types of java programs?
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 ?
How do you define a singleton class?
What is the use of put method?
What is the main function in java?
What is an exception? difference between Checked and Unchecked exception in Java
How do you find the maximum number from an array without comparing and sorting?
Explain about varargs in java?
What is null in java?
What is the difference between abstract class and interface1? What is an interface?
What are wrapper classes in java?
What do you mean by checked exceptions?
Define an abstract class with reference to java.