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 primitive data type in java?
What is console based application in java?
what is difference betweem home interface and remote interface?
What is the use of static class?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
do I need to use synchronized on setvalue(int)? : Java thread
What is the role of garbage collector in java?
What are the types of collections in java?
Which one of the following suits the description of a string better: derived or primitive?
What is assembly used for?
What are static initalizers in java ?
how many types of Inheritance?
What is the meaning of I ++ in java?
What is jagged array in java?
What is set and get methods in java?