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?
No Answer is Posted For this Question
Be the First to Post Answer
what is domain,give me some brief information about that?
What are the services in RMI ?
What is ioc concept?
How will the struts know which action class to call when you submit a form?
What is prototype?
For 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??
what is JTA ?
What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
diff vector arraylist
What must a class do to implement an interface?
How to implement RMI in Java?
Which class is the immediate superclass of the menucomponent class?