How many layers are there in RMI and what are they?
Answer / sivakami
four layers are there in RMI, they are
1.Application layer.
2.Stub & skeleton layer.
3.Remote Reference layer.
4.Transport layer.
| Is This Answer Correct ? | 5 Yes | 0 No |
When a thread blocks on i/o, what state does it enter?
What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
Why is main purpose of XML?
What is a modular application?
What method MUST be implemented by all threads?
What is the difference between the font and fontmetrics classes?
difference between applicationserver and webserver
How to get an image from db2 database plz help as soon as possible
What is synchronization and why is it important?
what is the port number of RMI?
What is meant by Superconductivity?
what is JTS?