What Is RMI? Briefly Describe Its History
I am learning Java.Briefly describe its history.
1 Answer - Sort by: Date | Rating
Remote Method Invocation is abbreviated as RMI facilitate java programmers to develop distributed java applications in which the methods of distant java objects can be called from other JVM, usually on different hosts. As RMI is firmly linked with Java language, it can work with sub-classes DCOM and CORBA cannot work with subclasses because they are static object models.
RMI is java edition of remote procedural calls but it has the capability to pass one or more objects with request. The object can contain data that will change the service that is to be performed in the distant computer. RMI request is such a request to call the method of a distant object. The request method has the syntax to call an object in the same computer. Usually RMI is planned to protect the object model and its advantages through a network. It is implemented in three layers:
• A stub program in the client side of the client server
mechanism, and a respective skeleton program at the server
end. Stub emerges to the calling program as the program
being called for the service.
• Remote Reference Layer that can act differently based on the
parameters passed by the calling program.
• Transport Connection Layer that sets up and manages the
request.
A drawback of RPC is it covers a small set of simple data types. That's why, RPC is not appropriate for passing and returning objects.
RMI is java edition of remote procedural calls but it has the capability to pass one or more objects with request. The object can contain data that will change the service that is to be performed in the distant computer. RMI request is such a request to call the method of a distant object. The request method has the syntax to call an object in the same computer. Usually RMI is planned to protect the object model and its advantages through a network. It is implemented in three layers:
• A stub program in the client side of the client server
mechanism, and a respective skeleton program at the server
end. Stub emerges to the calling program as the program
being called for the service.
• Remote Reference Layer that can act differently based on the
parameters passed by the calling program.
• Transport Connection Layer that sets up and manages the
request.
A drawback of RPC is it covers a small set of simple data types. That's why, RPC is not appropriate for passing and returning objects.
0
0
- Why We Use This Method In Java?
- Why Java Not Supports Multiple Inheritence?
- A Java Program To Get Sports Marks In Student Package And Print Total Marks Of Student?
- The Project Aims To Implement A JAVA Parser? 1- Classes And Functions 2- Arithmetic/logic Expressions 3- If Statement
- How To Get Java On My Lg 260?
- Write A Java Program To Store A Number Find If It Is Positive Or A Negative Number If Positive Print I Am The First?
- How To Update The Sim 3 Expansion?
- What Is An Attribute In Java?
- Do I Have To Write A Main Method In Every Class I Create?
- What How The Step For Make Library Management?
- In Which Process We Can Start Java?
- Define The Concept Of Java Byte Code?
- How To Run Remote Method Invocation In More Machine?
- How To Run Java Remote Method Invocation In More Machine?
- How To Make A Java Program That Will Ask The User To Input A Number And Display All The Even Number And The Sum Of All Even Numbers Based On The Inputted/ Given Numbers?
- Is A Static Variable An Instance?
- How To Compile And Run Java Package?
- What Does Literati-on Mean?
- What Is Abstract Class In Details?
- What Is Meant By Remote Method Invocation In Java?
- What Is Meant By Servlet In Java?
- What Is Latest Technologies In Java?
- Write A Program Using Do…..while Loop To Calculate And Print The First M Fibonacci Numbers?
- What Is The Difference Between Reference &instance Variable?
- Why Java Is Slow?
- Can You Describe Briefly The History Of Satellite Networks?
- What Is Mentoring? Please Describe Briefly.
- Could You Briefly Describe Angiosperms ?
- Can You Briefly Describe Microorganisms ?
- Briefly Describe The Personality And Stress.
- Can You Briefly Describe Polar Bond?
- Can You Briefly Describe Nitrogen Cycle?
- Can You Briefly Describe The Three Resource Categories?
- Can You Describe Briefly Your Standards Of Success?
- Can You Briefly Describe The Importance Of A Cheque?
- What Do You Mean By Trade? Describe Briefly Different Aids To Trade?
- What Is Swot Analysis, Describe It Briefly?

New Comment - Comments are editable for 5 min.