Explain lazy activation?
Answer / silpa
Lazy activation: This means that the activable remote object
will be activated by rmid (default). This activation is
performed only when the first remote method call is intercepted.
| Is This Answer Correct ? | 6 Yes | 1 No |
What is a class loader? What are the different class loaders used by jvm?
What are the JSP implicit objects ?
whats is mean by class.forName() whats the return type of class
Is the ternary operator written x : y ? Z or x ? Y : z ?
what is the Scope of Final Keyword in Java?
Why are component architectures useful?
What is preemptive and Non-preemptive Time Scheduling?
What is the priority of Garbage collector thread?
What class is the top of the awt event hierarchy?
What are local interfaces? Describe.
Why does the tag url-encode javascript and mailto links?
What is daemon thread?