| Back to Questions Page |
| |
| Question |
what is topic and what is queue ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Rajnish.bhaskar |
| This Interview Question Asked @ Fidelity |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | gfh  |
| Guest |
| |
| |
| Answer | topic means one to many relation ship and queue in the sence
one to one relation ship  |
| Manavver [Software] |
| |
| |
| Answer | sorry when i was gone through JMS
i found one to one is Queue(i.e, poin to point)
topic is sender and publisher(i.e, one to many)  |
| Skr285 [Software] |
| |
| |
|
|
| |
| Question |
what is Java Message Service (JMS)? |
Rank |
Answer Posted By |
|
Question Submitted By :: Janet |
| This Interview Question Asked @ Infosys |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | The Java Message Service(JMS) API for accessing enterprise
messaging systems. It is part of the Java 2
platform,Enterprise Edition(J2EE). The Java Message Service
makes it easy to write business applications that
asynchronously send and receive critical business data and
events.
The java Message Service defines a common enterprise
messaging API that is designed to be easily and efficiently
supported by a wide range of enterprise messaging products.
The java Message Service supports both message queing and
publish-subscribe styles of messaging.  |
| Janet |
| |
| |
| Question |
1)what is global forwards in struts?
2) whait si struts navigation flow? |
Rank |
Answer Posted By |
|
Question Submitted By :: Alekhya |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | In Struts, Global forwards are the action forwards which
can be forwarded from any action.
Consider, log out link, that will be present in all the
page, so, u can't write a forward in all the action mapping
and check. so, struts is using global forwards, whatever
forward declared in the global forwards can be visible to
all action mapping. We will use global forwards in
situtaions like logoff, error page.
---------------------------------------------------------
The question is not clear, is it Struts Navigation Flow ?
Then let me know, i will post the answer  |
| Venkateshbabu |
| |
| |
| Answer | what if a action has the same forward name as a global
forward. which one will be picked for the action mapping?..  |
| Etest |
| |
| |
|
| |
|
Back to Questions Page |