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?
2102For 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 4805Post New Advanced Java Questions
What is the highest-level event class of the event-delegation model?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What are the different approaches to represent an inheritance hierarchy?
What if the static modifier is removed from the signature of the main method?
What is scalable, portability in the view of J2EE?
What is the difference between the font and fontmetrics classes?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Can I use multiple html form elements with the same name?
what are the advantages of JTA over JTS?
Do I need to import javlang package any time? Why ?
Why a component architecture for the java platform?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What are the difference between RMI and CORBA?
Have you used threads in Servelet?
When is the best time to validate input?