Choose a topic to test your knowledge and improve your EJB skills
Which of the following statements is not correct for an Enterprise Java Bean?
Where are the EJB classes utilized by applications retained?
The _______ is the most common exception class.
The _______ is the most common exception class.
The _______ file is an XML file used to describe the properties of a bean.
______ is not a tag used in an XML bean archive to define a primitive type.
How many types of enterprise bean in java?
________ encapsulates business logic.
How many types of session bean?
A Stateless session bean is a business object that doesn't maintain the conversational state with the client.
______ is a messaging service to create, send and receive messages asynchronously.
What are the advantages of JMS?
In ___________, one message is delivered to one receiver only.
In which model, one message is delivered to all subscribers?
Message Driven Bean (MDB) encapsulates business logic. It is invoked by passing the message. It is like JMS receiver.
Which of the following annotation is used to specify or inject a dependency as ejb instance into another ejb?
The EJB specification architecture does NOT define
Which of the following is true?
. Which EJB container must provide an implementation of Java Naming and Directory Interface (JNDI) API to provide naming services for EJB clients and components?
Which statement about session beans is true?
Which case of a session bean obtains the UserTransaction object via the EJBContext using the getUserTransaction() method in EJB transaction management?
The Spring support classes facilitate building session beans
. What happens when you pass a serialized object as an argument or return value that doesn't exist either in the Client or the Server?
An different programming language like C ,C++ etc.
Abbreviate the term JMS?
Session beans don't have
An entity bean's local interface MUST extend the ________ interface.
Which component does the Entity bean represent the persistent data stored in the database?
Which server-side component is required to be deployed on the server?
To expose a service through RMI, you have to create the service interface that extends
OpenEJB 3.1.1 supports
From the following APIs, which API does NOT guarantees to be supported by EJB 2.0 containers?
What is returned by the method ejbCreate() CMP bean?
What executes EJB components?
How can a EJB pass it's reference to another EJB ? Which of the following is correct syntax for an Abstract class?
Choose different kinds of enterprise beans in EJB from following
At what point, precisely, in the life-cycle is a container-managed entity bean considered created?
Which middleware services are provided by EJB?
For remote objects Java passes objects:
remove() method of the Entity bean?
The _______ file is an XML file used to describe the properties of a bean.
EJB applications are deployed on a ____ compliant Application Server.
What is RMI-IIOP?
What format is the deployment descriptor document in?
What file format are all of the descriptor files in?
EJB is a framework for _____
If you wanted to control the WebLogic Server EJBβs configuration, what is one of the files you would use?
What is another name for a deployment descriptor?
What is concurrency control?
What is concurrency control?
What is CMC?
In passivation, the opposite method from ejbPassivate() is _______.
In passivation, the opposite method from ejbPassivate() is _______.
Which of the following contains the EJB container that provides the services for the EJB component?
What are ACID transactions responsible for?
When injection is not available, what is the alternative?
What does it mean when business objects have a state?
What bean represents real-world objects?
A class is serializable if a class's inheritance hierarchy implements _________.
Do clients of EJB instantiate beans directly?