Write a program on RMI and JDBC using StoredProcedure?
Answer / satheesh kannan
Parameter are passed in RMI using Parameter marshalling.
As RMI is used to invoke remote objects, many of the times
objects, their references have passed across the network.
Hence these objects need to be serialized.
| Is This Answer Correct ? | 4 Yes | 0 No |
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
what is disadvantage of thread?
How task's priority is used in scheduling?
What are the advanatages of RMI ?
which is the better collection class if the requirement is only displaying the data
Explain the different types of memory used by jvm?
What is RMI and what are the services in RMI?
How to pass parameters in RMI?
can a static method be overridden
how i secure my site with the https protocol.what are the steps?
What is a compilation unit?
Can I use javascript to submit a form?