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
Which number is denoted by leading 0x or 0x in java?
What is anagram number?
Why java uses the concept of the string literal?
When can we say that threads are not lightweight process in java?
Can a class be declared as static?
What a static class can contains?
Why do we need array in java?
What is the difference between instanceof and isinstance?
What is hashmap in java?
How is string stored in java?
Describe what happens when an object is created in java ?
Explain about narrowing conversion in java?
Name few java.lang classes introduced with java 8 ?
How does queue work in java?
How to run a JAR file through command prompt?