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 the use of collections in java? How it is implemented in real time applications?
How do you use final keywords and final variables in Java?
please tell me what is wrapper class in java with example ?
What language is an assembler written in?
Hi Friends.. can any one provide the real time example for methodoverloading and methodoverriding .........
What is a instance variable in java?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Is string a data type in java?
What is the difference between a factory and abstract factory pattern?
what is the JNDI?
Why method overriding is used?
What are 4 pillers of object orinted programming?