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 is ejb application?
java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
What is the difference between message driven beans and stateless session beans?
What optimization could I use if the ejb container is the only point of write access to the database?
What is backing bean?
What is enterprise javabeans (ejb) container?
What are the advantages of java beam?
Name the attributes of javax.ejb.stateful.
What is the relationship between an EJB component, EJB container, and an application server?
How 'messaging' supported in EJB 2.0 Specification?
What is ejb bean in java?
What are the advantages of ejb?