What is not true of a Java bean?
A
There are no public instance variables.
B
All persistent values are accessed using get<em>xxx</em> and set<em>xxx</em> methods.
C
It may have many constructors as necessary.
D
All of the above are true of a Java bean.
Correct Answer: It may have many constructors as necessary.