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 are dot operator queries?
How transient variable is different from volatile variable?
How is tree Mirroring implemented?
What is difference between static class and singleton pattern?
Does java initialize arrays to zero?
Tell us something about different types of casting?
Which is better ascii or unicode?
What do you mean by of string::valueof expression in java 8?
How the metacharacters are different from the ordinary characters?
Why string is immutable with example?
How many bits is a 64 bit byte?
define polymorphism in java
What do you meant by active and passive objects?
Can we force the garbage collection to run?
What is the maximum size of byte array in java?