Answer Posted / john doe
A Java Bean is a simple java file which contians Getters and
Setters. They are used to assign values to variables and
also retrieving them. This is to prevent the variables from
being manipulated directly by the user during any transaction.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Are entity beans allowed to create() methods?
Can beans who are involved in transaction have 'passivation' process?
What’s new in the ejb 2.0 specification?
Why is ejb needed?
What are the components of ejb?
What is an ejb context?
Is ejbCreate() method mandatory while defining a Session Bean?
What is the difference between Session bean and Entity bean?one?
What is applicationscoped?
List down the steps for the demonstration of ejp persistence mechanism.
What is session facade in ejb?
TX operation funtion executed by?
What are the basic and subtypes of enterprise java beans (ejb)?
What do you mean by EJB architecture?
How does the server decide which beans to passivate and activate?