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
What is the default transaction attribute for an ejb?
What is the procedure for the presentation of ejb persistence mechanism?
What is @resource in java?
Why is ftp stateful?
What do you mean by in-memory replication?
Explain the concept of local interfaces?
What is singleton session bean?
What is an ejb platform?
What is ejb container?
What is bean-managed transaction?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
Name the acid properties of a transaction.
What are stateless applications?
Explain transaction and various methods to manage it?
What is ejb ql?