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 difference between Resultset and Rowset.
what is aggregation in java?
Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.
Explain about automatic type conversion in java?
What are the super most classes for all the streams?
What is the difference between and ?
Is it possible to do method overloading and overriding at a time
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
How do you convert string to int in java?
Can we overload run() method in java?
What will happen if we declare don’t declare the main as static?
what is check p object in java