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 does system out println () do?
What is meant by the value of a variable?
What is the current version of java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is meant by JVM? Is JVM platform independent or not?
Is it possible for yielded thread to get chance for its execution again ?
What is void keyword?
What are desktop procedures?
Can a class have multiple subclasses?
Where is singleton pattern used?
Can we sort arraylist in java?
How do you convert boolean to boolean?
Can you explain the usages of class.forname()?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What does singleton mean in java?