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 |
What is RPC?
Explain about RMI Architecture?
Why JDBC has introduced
how to search the pertical objects in a Collections
How to determine SGA site?
How many ways can a thread be used?
What is a policy?
Define the remote object implementation?
Explain the difference between object state and behavior?
What is ioc concept & explain it?
What is UniCastRemoteObject and what is its use in RMI?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?