InterviewSolution
Saved Bookmarks
| 1. |
Which of these class can encapsulate an entire executing program?(a) Void(b) Process(c) Runtime(d) SystemThe question was posed to me in an interview for job.This interesting question is from Java.lang topic in division Exploring java.lang & java.io of Java |
|
Answer» The CORRECT CHOICE is (B) Process |
|