Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
RMI & EJB, provides services to access object running in another JVM - RMI
Home
>>
Category
>>
Java (MCQ) questions and answers
>>
RMI
Q. RMI and EJB, provides services to access an object running in another JVM (known as remote object).
- Published on 21 Jul 15
a.
True
b.
False
ANSWER: True
Related Content
Core Java (
160
)
JDBC (
45
)
Hibernate (
12
)
Struts (
26
)
EJB (
25
)
RMI (
23
)
JSP (
22
)
Servlets (
27
)
Applets (
24
)
AWT and Swing (
25
)
Wrapper classes (
15
)
Basic concept of Networking (
19
)
XML (
32
)
Discussion
Aanchal
-Posted on 25 Apr 16
very helpful and guiding
Nirja Shah
-Posted on 14 Dec 15
- Both RMI and EJB, provides services to access an object running in another JVM (known as remote object) from another JVM.
- The differences between RMI and EJB are given below:
RMI
- In RMI, middleware services such as security, transaction management, object pooling etc. need to be done by the java programmer.
- RMI is not a server-side component. It is not required to be deployed on the server.
- RMI is built on the top of socket programming.
EJB
- In EJB, middleware services are provided by EJB Container automatically.
- EJB is a server-side component, it is required to be deployed on the server.
- EJB technology is built on the top of RMI.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲