How JNDI is used in JMS ?



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

Post New Answer

More Advanced Java Interview Questions

Can I use multiple html form elements with the same name?

0 Answers  


which book is better for jdbc ,servlets and jsp

0 Answers   TCS,


How substring() method of string class create memory leaks?

0 Answers  


What method MUST be implemented by all threads?

1 Answers  


I wantr to know, How many number of users logged in to website? can any one answer

7 Answers   Cap Gemini,






What are the methods used for inter-thread communication? and in what class these methods are defined?

2 Answers  


What you mean by COM and DCOM?

0 Answers  


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

0 Answers  


How can I scroll through list of pages like the search results in google?

0 Answers  


important features of java which differenciate it from c++

3 Answers  


How will the struts know which action class to call when you submit a form?

6 Answers   HeadStrong,


how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)

1 Answers   TCS,


Categories