What is lazy activation?

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


Please Help Members By Posting Answers For Below Questions

Can there be an abstract method without an abstract class?

534


Define class?

514


Explain the use of shift operator in java. Can you give some examples?

535


How do you write a scanner class in java?

559


Why we go for collections in java?

540






Can we assign null to double in java?

542


How many types of flags are there?

519


What are the states of thread in java?

508


What is passing parameters in java?

512


Is null a string or object in java?

546


What does isempty () do in java?

597


Is java call by value?

583


What are the two ways of implementing multi-threading in java?

810


What is the use of default method in interface in java? Explain

545


What are class members by default?

655