Which EJB modules can run on a weblogic server?

Options
- entity beans
- Resource beans
- Adapter beans
- All of the above


CORRECT ANSWER : entity beans

Discussion Board
EJB

Enterprise JavaBeans (EJBs) beans are server-side Java modules that implement a business task or entity and are written according to the EJB specification. There are three types of EJBs: session beans, entity beans, and message-driven beans. Entity beans represent business objects in a data store, usually a relational database system. Entity beans can be accessed concurrently by multiple clients and they are persistent by definition.

Prajakta Pandit 03-23-2017 08:14 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