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 treeset in java?
Using callable statement how can you pass out parameters, explain with example?
What is the benefit of using enum to declare a constant?
Can a final variable be initialized in constructor?
Can java run on google chrome?
Can you use this() and super() both in a constructor?
What is the use of list in java?
What is difference between path and classpath in java?
Which data type is a class in java?
Why are pointers not secure?
What is a layout manager and what are different types of layout managers available in java awt?
Can we have try block without catch block?
What is the constructor?
What is the old name of java?
What is callablestatement? How you can call stored procedure to pass in parameter?