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 the diffrence between a local-tx-datasource and a xa-datasource?
Why RMI required an interface?
How many requests can a server fetch at a time?
Define the remote object implementation?
How are the elements of a borderlayout organized?
What restrictions are placed on the location of a package statement within a source code file?
How two threads will communicate with each other?
Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...
Where we can write Rmi registry in the code, without having to write it at the command prompt?
iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
What are the design considerations while making a choice between using interface and abstract class?