Answer Posted / amar_java
Transformation from passive object into active object is
called Activation.Active Object directly associate with JVM,
which means class is loaded for that object and object
restoring its persistent state.
And Lazy activation defers activating an object until a
client's first use.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is volatile keyword in java
How we can declare a static variable?
What type of variable is gender?
Write a java program to count the number of words present in a string?
what is meant by Garbage collection?
Why array is used in java?
What is the best definition for data?
Difference between ‘>>’ and ‘>>>’ operators in java?
Does garbage collection occur in permanent generation space in jvm?
How do you check if a character in a string is a digit or letter?
Why is singleton class used?
What is type parameter in java?
What are different types of states exist for a thread?
What are sets in java?
What is a variable simple definition?