which methods consisting of the serilizable interface?
Answers were Sorted based on User's Feedback
Answer / balu
There are no methods in the serializable interface.it is a
marker interface.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / abhi
actually there are two methods on serializable interface.one
is readObject and writeObject.If u implement that two method
then it behave as a normal interface.if not then it is
marker interface.
| Is This Answer Correct ? | 3 Yes | 2 No |
What is the use of static keyword in "public static void main()"
10 Answers College School Exams Tests, Infosys, Six Dee Telecom,
Define nashorn in java8.
What is treeset in java?
Can we create object of inner class in java?
What does the string method compareto () do?
what is the Diff. between Access Specifiers and Access Modifiers?
39 Answers BMC, Cyber Shot, Infosys, VTS, Wipro,
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What are the drawbacks of reflection?
How do you use equal in java?
What is java argument list?
what are the disadvantages of indexes in oracle?
0 Answers 3i Infotech, Wells Fargo,
What is covariant return type?