Basic types of Enterprise JavaBeans?

Answers were Sorted based on User's Feedback



Basic types of Enterprise JavaBeans?..

Answer / guest

Entity bean
Session bean
Message driven bean

Is This Answer Correct ?    3 Yes 1 No

Basic types of Enterprise JavaBeans?..

Answer / janet

There are two types of Enterprise beans- session beans and
entity beans representing different types of business logic
abstractions.
session beans represent behaviors associated with client
sessions ,they are generally implemented to perform a
sequence of tasks with in the context of a transaction. A
session bean is a logical extension of the client program
,running process on the clients behalf remotely on the server.
Entity bean represent specific data or collection of data
,such as a row in a relational database.Entity bean methods
provided operations for action on the data represented by
the bean.An entity bean is persistent,it servives as long as
its data remains in the database.

Is This Answer Correct ?    1 Yes 0 No

Basic types of Enterprise JavaBeans?..

Answer / harika

EJB's holds the business logic solely.

There are 2 types of EJB

1--> Session ==>Performs task for the client

2--> Message Driven ==> acts as a listener for a message type ,for example Java Message Service API

Is This Answer Correct ?    0 Yes 0 No

Basic types of Enterprise JavaBeans?..

Answer / harika.thota001@gmail.com

EJB's holds the business logic solely.

There are 2 types of EJB

1--> Session ==>Performs task for the client

2--> Message Driven ==> acts as a listener for a message type ,for example Java Message Service API

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What is Session Bean Interface?

0 Answers   Tech Mahindra,


What are the system services of ejb container?

0 Answers  


An EJB client, can marshall an object of the class java.lang.Class to an EJB?

2 Answers  


What happens when I change a value in the httpsession from inside an ejb?

0 Answers  


Can you be deported if you are stateless?

0 Answers  






Explain what is an EJB Context?

0 Answers   BirlaSoft,


What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?

0 Answers  


Why do we need ejb in java?

0 Answers  


in EJB diclare the static methods are not?

0 Answers   iGate,


Is decorator an ejb design pattern?

0 Answers  


What does ejb stand for?

0 Answers  


What are the advantages of java beam?

0 Answers  


Categories