Home » JAVA Programming » Applet » Question
  1. Which of these methods is a part of Abstract Window Toolkit (AWT) ?
    1. transient()
    2. drawString()
    3. paint()
    4. display()
    5. None of these
Correct Option: C

paint() is an abstract method defined in AWT.



Your comments will be displayed only after manual approval.