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 a stack class in java ?
What is the difference between static method and instance method in Java?
When is finally block not called?
Can a constructor call the constructor of parent class?
Can a class be defined inside an interface?
Explain inheritance in java?
What is polymorphism and what are the types of it?
How do you check if a string contains only numeric digits?
What are different type of exceptions in java?
What is the difference between delete and delete[]
Can list be final in java?
What is heterogeneous in java?
Give the difference between the println method and sqrt method?
What is string subsequence method?
What is parameters example?