InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes encapsulate runtime state of an object?(a) Class(b) System(c) Runtime(d) CacheThis question was posed to me during a job interview.My query is from Java.lang topic in division Exploring java.lang & java.io of Java |
|
Answer» CORRECT CHOICE is (a) Class The EXPLANATION is: NONE. |
|