Home » JAVA Programming » Java Basic » Question
  1. Which of these are integer constants of ComponentEvent class?
    1. COMPONENT_RESIZE
    2. COMPONENT_HIDDEN
    3. COMPONENT_MOVED
    4. All of above
    5. None of these
Correct Option: D

The component event class defines 4 constants COMPONENT_HIDDEN, COMPONENT-MOVED, COMPONENT-RESIZE and COMPONENT-SHOWN.



Your comments will be displayed only after manual approval.