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 |
How listener identify that the event came from a particular object?
What are the types of statement? explain
Is it possible to do method overloading and overriding at a time
What is method overloading and method overriding?
What is hash method?
Can we use a default constructor of a class even if an explicit constructor is defined?
Explain serialization and deserialization in java?
What is the difference between a checked and an unchecked exception?
java Technical questions asked by JPMC
How to know the host from which Applet is originated?
Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer
How will you convert an ArrayList to Arrays?