Differentiate Conversational from Non-conversational interactions?



Differentiate Conversational from Non-conversational interactions?..

Answer / Ashok Ram

Conversational interactions are two-way communications between the client and the server, where multiple requests and responses occur in a single session. These interactions involve maintaining state across multiple method calls. On the other hand, Non-conversational interactions are one-time communications, where the client makes a request to the server, and the server responds with an outcome without keeping any state.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What are the various methods of an Entity Bean?

1 Answers  


What is ejb ql?

1 Answers  


What is use of @postconstruct?

1 Answers  


What is Introspection ?

2 Answers   Wipro,


Tell me difference between Container managed persistent bean & Bean managed persistent bean?

1 Answers   KPIT,


In bean managed transactions, how session bean can be configured?

1 Answers  


What does @singleton annotation do?

1 Answers  


What is the default transaction attribute for an ejb?

1 Answers  


What is the difference between ejb and spring?

1 Answers  


how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.

3 Answers  


Enlist the contents of Container.

1 Answers  


What are the design goals of EJB Architecture?

1 Answers  


Categories