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 |
In real time project when will we use Abstract class. and what are the difference between abstract and interface.
6 Answers DELL, FCS, Polaris, Tanla Solutions, TCS,
What is the argument type of a programs main() method?
can we write implementation for a method with in another method?
To what value is a variable of the string type automatically initialized?
What is the difference between the string and stringbuffer classes?
What are the ways to define classes that can be run as threads?
what are memory considerations of jsp compares to other web components?
In howmany ways a thread can be created?
When a thread blocks on i/o, what state does it enter?
What is a tasks priority and how is it used in scheduling?
What are the methods used for inter-thread communication? and in what class these methods are defined?
what are design patterns in java?give with example?