what is jms? features of jms
Answers were Sorted based on User's Feedback
Answer / sunita
java message service...to create,send ,read messages...
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / madhavi latha n v
JMS --means java messaging service(used to send messages
from the client to the server asynchronously)A queue object
is to be created to send the messages in the queue. a Jndi
name is used in the client and the server to send.Jms
concept is used in the MessageDriven beans
| Is This Answer Correct ? | 2 Yes | 1 No |
What is generic class?
How many bytes is a character?
What is supplier in java?
What is rule of accessibility in java?
How many types of variables are there?
State the difference between strings and arrays.
What is a package in java? List down various advantages of packages.
Can we overload the methods by making them static?
What is general methodology?
diffrence b\w println() and printf()
What is volatile keyword in java
Explain super keyword in java.