InterviewSolution
Saved Bookmarks
| 1. |
Which object Java application uses to create a new process?(a) Process(b) Builder(c) ProcessBuilder(d) CreateBuilderThe question was asked by my college professor while I was bunking the class.My question is based upon Environment Properties in chapter Exploring java.lang & java.io of Java |
|
Answer» Right choice is (c) PROCESSBUILDER |
|