What is a Java Bean?

Answers were Sorted based on User's Feedback



What is a Java Bean?..

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

What is a Java Bean?..

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

Post New Answer

More EJB Interview Questions

How does ejb work in java?

0 Answers  


what is SessionBean, EntityBean?

2 Answers  


java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?

3 Answers  


how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?

0 Answers   Infosys,


What is ejb in java with example?

0 Answers  


What are the design principles for ejb?

0 Answers  


what is current EJB version?

3 Answers  


How Stateful Session bean will store its State ?

1 Answers  


What is the difference between find and select methods in ejb?

0 Answers  


Explain the important elements of ejb?

0 Answers  


What is ejb and its types in java?

0 Answers  


Can EJB made to handle multiple transactions?

0 Answers  


Categories