Home / CSE / Database System 2 - CS :: Discussion

Discussion :: Database System 2 - CS

  1. What is not true of a Java bean?

  2. 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.

    D.

     All of the above are true of a Java bean.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Explanation Not Provided


Be The First To Comment