What is the purpose of using Java Beans? when should we extend JavaBean class?

Questions by cindy7alex   answers by cindy7alex

Showing Answers 1 - 2 of 2 Answers

SenthilMTPL

  • Jun 30th, 2006
 

Java Bean is a class which is used to build reusable components.It has no main method.Moreover, it is mainly developed for building GUI components.

The variables and methods declared inside the bean class are referred as property.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions