amarnath upadhayay


{ City } delhi
< Country > india
* Profession * software engineer
User No # 29099
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 1
Questions / { amarnath upadhayay }
Questions Answers Category Views Company eMail




Answers / { amarnath upadhayay }

Question { CMC, 6018 }

What is lazy activation?


Answer

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

Question { 5354 }

What is object cloning


Answer

Object Cloning is a process to copying all fields from one
object to a new object

Is This Answer Correct ?    5 Yes 0 No