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 are the steps involved to create a bean?
How to make a non daemon thread as daemon?
Which graphs are functions?
How many types of threads are there in java?
How to use string tokenizer class.
What are internal and external variables?
Why is it called a string?
Can you extend main method in java?
What are the data types supported by java? What is autoboxing and unboxing?
Explain about member inner classes?
What are identifiers in java?
What about interrupt() method of thread class ?
Explain the scope of a variable.
What is meant by tab pans?
What is lazy initialization in java?