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 canonical name in java?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What are the 6 boolean operators?
What is Recursion Function?
Can a final method be overloaded?
Can we have a try block without catch block?
What does next mean in java?
Explain the difference between a Thread and a Process.
How do singleton patterns work?
What is reflexive association?
Can a lock be acquired on a class in java programming?
What is static keyword in java?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
make a method which any number and any type of argument and print sum of that arguments.....
What is the difference between final, finally and finalize()?