How JNDI is used in JMS ?
Answer / amalendra
JNDI is used to lookup (Queue/Topic)ConnectionFactory and
Queue/Topic Objects.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to synchronize jsp page?
why static class in java
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
How to implement RMI in Java?
Difference between hashmap and hashtable?
What is a session? Can you share a session object between different theads?
How is a java object message delivered to a non-java client?
What are the design considerations while making a choice between using interface and abstract class?
what is the use of Object Factories?
What is the lifecycle of an applet?
What is the argument type of a programs main() method?
what is the difference between System.out.println and out.println in java