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 |
Why charat is used in java?
What is use of set in java?
What are the disadvantages of object oriented programming?
Why does java not allow multiple public classes in a java file ?
what is Vector class?
Can we overload run() method in java?
Is void a data type in java?
What does sprintf mean?
What is the final class?
Without creating a new object, How you can retrieve a String or other object?
What is output buffer?
what is an object and how do you allocate memory to it?