Answer Posted / ravi baghel
rmi is a 3 tier arch
and combination of 4 layer
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
What are the services in RMI ?
What is synchronization and why is it important?
Explain how will the struts know which action class to call when you submit a form?
What’s jboss cache in short?
What is the difference between a static and a non-static inner class?
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 a clone?
Explain what is synchronization?
Brief description about local interfaces?
Why doesn’t the focus feature on the tag work in every circumstance?
What class is the top of the awt event hierarchy?
Why is string immutable in java?
What is the purpose of the wait(), notify(), and notifyall() methods?
Explain about thread synchronization inside a monitor?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?