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 Clone?
What do you mean by ejb?
difference b/w the hybernate and entity bean
What do you mean by timer service and where it is used?
Define Initial Context?
In EBs the DB state is more consistent than SBs why?
What were entity beans?
What are the callback annotations for the stateless bean?
What is stateless programming?
What is ejb in java with example?
What is an ejb platform?
Can the primary key in the entity bean be a Java primitive type such as int?