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 valid keyword in java?
Does variable declaration allocate memory?
Can we declare a constructor as final?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
How to perform bubble sort in java?
can any body body expalin best definitions & best real time exaples for opps concepts.
Where is the singleton class used?
Is java code slower than native code?
Why are global variables used?
Can we declare array without size in java?
What are internal variables?
What are controls and their different types in awt?