in Technology by

What is Stateless Session Bean in EJB?

1 Answer

0 votes
by

A stateless session bean is a type of enterprise bean which is normally used to do independent operations. A stateless session bean as per its name does not have any associated client state, but it may preserve its instance state. EJB Container normally creates a pool of few stateless bean's objects and use these objects to process client's request. Because of pool, instance variable values are not guaranteed to be same across lookups/method calls.

Related questions

0 votes
    What are the differences between stateful session bean and stateless session bean?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What a remote session bean is used in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    When a local session bean is used in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Stateful Session Bean in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is a Session Bean in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What are the callback annotations for stateless bean?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Is Message Driven bean a stateless bean?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.Stateless annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Message Driven Bean in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Entity Bean in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which of the following is a stateless protocol? (a) HTML (b) XHTML (c) HTTP (d) XML The ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    Which are the attributes of Bean Managed Transactions?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Bean Managed Transactions?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What are the callback annotations for entity bean?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What are the callback annotations for message driven bean?...
asked Nov 7, 2020 in Technology by JackTerrance
...