which methods consisting of the serilizable interface?
Answer Posted / 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 |
Post New Answer View All Answers
how to deploy tomcatserver to weblogic server? write d following steps?
What is class forname used for?
why are there separate wait and sleep methods? : Java thread
How do you compare characters in java?
When should the method invokelater() be used?
how does multithreading take place on a computer with a single cpu? : Java thread
What do you mean by byte code?
What is a modifier?
How will you load a specific locale?
Differences between C and Java?
How use .contains in java?
Give me some null interfaces in java?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
Can you sort a string in java?
What is boolean example?