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 |
Define Initial Context?
What do you understand by session facade?
Why should we use ejb?
Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.
What are the system services of ejb container?
what is the Relationship between EJB and CORBA architecture?
What is difference between ejb 1.1 and ejb 2.0?
How does ejb invocation happens?
What’s new in the ejb 2.0 specification?
Define ripple effect?
What is difference between stateless and stateful?
What is entity beans in ejb with example?