McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Master of Computer Applications (MCA)
→
Enterprise Computing With JAVA
→
Unit 4
→
JMS is also known as a messaging service...
Q.
JMS is also known as a messaging service.
A.
True
B.
False
C.
none
D.
all
Answer» A. True
3.3k
0
Do you find this helpful?
11
View all MCQs in
Enterprise Computing With JAVA
Discussion
No comments yet
Login to comment
Related MCQs
JMS is mainly used to send and receive message from one application to another.
Abbreviate the term JMS?
Given the following code in a stateful session bean business method; try { Socket skt = new Socket(x,y); } catch (Exception ex) { ex.printStackTrace(); } Assuming that x and y are the port and IP addresses respectively of a running service, which is running on the same server, which of the following is correct?