Answer Posted / 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 |
Post New Answer View All Answers
How many ejb objects are created for a bean?
What do you mean by timer service and where it is used?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
What are the system services of ejb container?
What is the difference between @requestparam and @pathvariable?
Is method overloading allowed in ejb?
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
Are entity beans allowed to create() methods?
Is it legal to have static initializer blocks in ejb?
What are ejbs used for?
Why should we use ejb?
What is @autowired required false?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
What are the basic and subtypes of enterprise java beans (ejb)?
What is session bean in ejb?