in Technology by

Explain @javax.ejb.Stateless annotation.

1 Answer

0 votes
by

@javax.ejb.Stateless annotation specifies that a given ejb class is a stateless session bean.Following are its attributes:

  • name - Used to specify name of the session bean.

  • mappedName - Used to specify the JNDI name of the session bean.

    • description - Used to provide description of the session bean.

Related questions

0 votes
    Explain @javax.ejb.EJB annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.PostActivate annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.ActivationConfigProperty annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.Remote annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.Local annotation...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.MessageDrivenBean annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain @javax.ejb.Stateful annotation....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Stateless Session Bean in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain annotation in EJB to do the database entity relationships/mappings....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    new to play and just trying to follow the video on: http://www.playframework.org/ I'm coming so ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 2, 2022 in Education by JackTerrance
0 votes
    When a local session bean is used in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which types of java classes can be mapped using @Lob annotation?...
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
    What are the differences between stateful session bean and stateless session bean?...
asked Nov 7, 2020 in Technology by JackTerrance
...