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 |
Difference between javaBeans and Enterprise JavaBeans?
1 Answers Indotech, Tech Mahindra,
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
Is ejb a framework?
What is an ejb context?
Life cycle methods in stateless Session Beans?
What is session bean?
Enlist the CallBack methods of Entity Bean.
Is ejb be called from another ejb? If yes then how?
Life cycle methods in stateful session beans?
What is ejb ql?
What are the transaction management benefits of the EJB architecture?
What is stateless session bean?