Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Abbreviate JMS - EJB - Java Message Service
Home
>>
Category
>>
Java (MCQ) questions and answers
>>
EJB
Q. Abbreviate the term JMS?
- Published on 22 Jul 15
a.
Java Message Service
b.
Java Monitor Service
c.
Java Message Session
d.
Java Monitor Session
ANSWER: Java Message Service
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
Nirja Shah
-Posted on 14 Dec 15
- The Java Message Service is a Java API that allows applications to create, send, receive, and read messages.
- Designed by Sun and several partner companies, the JMS API defines a common set of interfaces and associated semantics that allow programs written in the Java programming language to communicate with other messaging implementations.
- The JMS API minimizes the set of concepts a programmer must learn in order to use messaging products but provides enough features to support sophisticated messaging applications.
- It also strives to maximize the portability of JMS applications across JMS providers in the same messaging domain.
- The JMS API enables communication that is not only loosely coupled but also:
Asynchronous
: A JMS provider can deliver messages to a client as they arrive; a client does not have to request messages in order to receive them.
Reliable
: The JMS API can ensure that a message is delivered once and only once. Lower levels of reliability are available for applications that can afford to miss messages or to receive duplicate messages.
➨
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
▲