Session beans are created by the client submitting the query to the database

Options
- True
- False


CORRECT ANSWER : True

Discussion Board
Session bean

Session bean represents the state of the client inside the application server. The client invokes the session bean's method to access the application that is deployed on the server. Session bean automatically performs its function/work for its client. It also keeps the client away from all the complex task to execute business logic which is done inside the server. It is same as interactive session as it is not share due to the concept of serving only one client one at a time.

Session bean is not persistent having that the data is not saved in the database. When the client terminates the session then the bean is no longer associated with the client and it terminates at that instance.

Rohit Sharma 08-10-2014 05:55 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement