Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these functions is called to display the output of an applet?
  2. A.
    display()
    B.
    print()
    C.
    displayApplet()
    D.
    PrintApplet()

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Whenever the applet requires to redraw its output, it is done by using method paint().


Be The First To Comment