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
Define ejb Create() and EjbPostCreate()?
What is ejb and its uses?
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
in EJB diclare the static methods are not?
What is ejb home object?
What are stateless applications?
What are the key benefits of the ejb technology?
Why do we use ejb?
What is ejb and its types in java?
What are the benefits of ejb?
Enlist the enterprise beans types?
Which services are provided to ejb components by the ejb container?
What is applicationscoped?
What is an entity and its types?
Can remove() be a Stateless Session bean?