Home / CSE MCQs / JDBC :: Discussion

Discussion :: JDBC

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

    View Answer

    Workspace

    Answer : Option B

    Explanation :



Be The First To Comment