InterviewSolution
Saved Bookmarks
| 1. |
What is the use of Observable class?(a) It is used to create global subclasses(b) It is used to create classes that other part of the program can observe(c) It is used to create classes that can be accessed by other parts of program(d) It is used to create methods that can be accessed by other parts of programThe question was asked by my college director while I was bunking the class.I need to ask this question from Observable & Timer Class topic in portion java.util – More Utility Classes of Java |
|
Answer» Right answer is (B) It is used to CREATE CLASSES that other part of the program can observe |
|