In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
2138For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
1 4866Post New Advanced Java Questions
What is the purpose of the notify() method?
What do you know about seam?
Difference between new operator and class.forname().newinstance()?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Explain about thread synchronization inside a monitor?
What is synchronization and why is it important?
What is TL and its use?
What is a class loader?
What you mean by COM and DCOM?
What is a tasks priority and how is it used in scheduling?
Which javutil classes and interfaces support event handling?
wahts is mean by dynavalidatorform in struts/
Explain about local interfaces.
What is threadfactory?
What is table mutation and how do you avoid it?