Java Basic
- Which object Java application uses to create a new process?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Java application uses ProcessBuilder object to create a new process. By default, same set of environment variables passed which are set in application’s virtual machine process.
- Which of these values are returns under the case of normal termination of a program?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
0