Java Basic


  1. Which object Java application uses to create a new process?











  1. 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.


  1. Which of these values are returns under the case of normal termination of a program?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    0