Vidyalelo
Database · Q9

JDBC, Java Server Pages, and MySQL

Programming · Database · question 9

Q9

What is not true of a Java bean?

A.
There are no public instance variables.
B.
All persistent values are accessed using getxxx and setxxx methods.
C.
It may have many constructors as necessary.
Answer
D.
All of the above are true of a Java bean.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board