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 |
What are the various methods of an Entity Bean?
What is ejb ql?
What is use of @postconstruct?
What is Introspection ?
Tell me difference between Container managed persistent bean & Bean managed persistent bean?
In bean managed transactions, how session bean can be configured?
What does @singleton annotation do?
What is the default transaction attribute for an ejb?
What is the difference between ejb and spring?
how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.
Enlist the contents of Container.
What are the design goals of EJB Architecture?