Describe the term Java bean

Describe the  term Java bean?

E

Expert

Verified

A Java bean is a Java class which has the following three functions.

(i) No public instance variables.

(ii) All persistent values are accessed using techniques named setxxx and getxxx.

(iii) The bean class should either have no constructors or it should have one explicitly defined zero-argument constructor.

   Related Questions in Database Management System

©TutorsGlobe All rights reserved 2022-2023.