Home » JAVA Programming » Object & Classes » Question
  1. What is the use of Observable class?
    1. It is used to create classes that can be accessed by other parts of program
    2. It is used to create methods that can be accessed by other parts of program
    3. It is used to create global subclasses
    4. It is used to create classes that other part of the program can observe
    5. None of these
Correct Option: D

The Observable class is used to create subclasses that other part of program can observe.



Your comments will be displayed only after manual approval.