What is a Java Bean?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / janet
A Java Bean is a software component that has been designed
to be reusable in a variety of different environments.
| Is This Answer Correct ? | 3 Yes | 1 No |
What does it mean to be stateless?
Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.
How can I access ejb from asp?
What is bean in ejb?
What is mdb in ejb?
What is stateless session bean?
What does a deployment diagram specify?
Why is ejb used?
Which services are provided to ejb components by the ejb container?
what is a ejb architecture? and overview of ejb software architecture?
Is method overloading allowed in ejb?
What are the types of enterprise bean?