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 Applets & Servlets will communicate with each other?
What is the purpose of garbage collection in java? When is it used?
What is an example of a constant variable?
If you are given the name of the function at run time how will you invoke the function?
GoldMansachs Interview process....
What is a functional interface?
What does int [] mean in java?
What is the console in java?
What is the importance of static variable?
What are the fileinputstream and fileoutputstream?
What is immutable state?
what is ejb? what is the importance of ejb?