Java Bean

What are the properties of a Java Bean?

Questions by Ananda_Nayek

Showing Answers 1 - 9 of 9 Answers

abinash gochhayat

  • Oct 2nd, 2014
 

A java bean has following properties-
It should be serialized. All member variables should be private and should have getter and setter methods. The class should have a zero parametrized constructor.

  Was this answer useful?  Yes

Ashish Gupta

  • Jan 20th, 2018
 

private modifier, getters & setters are public.

  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