Why RMI required an interface?
Answer / kumar s
client can not access method directly using an Remote
interface and Home interface
Remote interface :Life cycle method
Home interface :Bussines logic method
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the high-level thread states?
Which component handles cluster communication in jboss?
What value does readline() return when it has reached the end of a file?
Explain what is synchronization?
How do you download stubs from a Remote place?
What does module-relative mean?
what is difference between object state and behaviour?
What is meant by Superconductivity?
What is TL and its use?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is the difference between system.out ,system.err and system.in?
Is the ternary operator written x : y ? Z or x ? Y : z ?