Answer Posted / 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 |
Post New Answer View All Answers
How to perform selection sort in java?
What do you mean by Function Overloading in java?
Why put method is used?
Explain covariant method overriding in java.
What is member in java?
What is collection class in java? List down its methods and interfaces.
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What is hasnext in java?
Is 64bit faster than 32 bit?
What is pojo class in java?
What is thread pool? How can we create thread pool in java?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Does treeset use compareto?