Howmany interfaces are used in RMI?
Answers were Sorted based on User's Feedback
Answer / guest
2 I/f r used in RMI
They r
1.Remote I/f
2.Home I/F
| Is This Answer Correct ? | 2 Yes | 1 No |
how the mapping can be done from jsp to actionservlet?
What is jboss?
what is a dirty read?
difference between HashMap, Hashset and hashTable?
What are the types of data passing mechanisams under JMS specification?
What is Introspection?
Thread life cycle?
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 an applet?
What is mdb and what is the special feature of that?
function of extends and implements keywords?
Is the ternary operator written x : y ? Z or x ? Y : z ?