Answer Posted / vinayak
in Java if you want to store java object for life time you
need to serialize it by implementing it class be serialiazable
interface.
So that you can access lifetime it it is stored somewhere.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is aggregation in java?
Can substring create new object?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What is main method?
How variables are declared?
Can we override the static methods?
What is bytecode verifier?
Explain where variables are created in memory?
When does an object becomes eligible for garbage collection in java?
What are thread local variables?
What is native method in java?
Is java a software?
How can you read content from file in java?
What are the advantages and disadvantages of object cloning?
What is the generic class?