Answer:
Option b It executes a new process, which runs at the same time as the parent
Explanation:
The exec is one of the Java Runtime methods which is used to create a new process and run it as an separate process. Exec method executes the string command that we place inside the bracket. For example,
Process proc = Runtime.getRuntime().exec("Notepad.exe");
The statement above offers a convenient way to open the another computer software such as Notepad when running the program.
Assistive technology is commonly used by people with multiple disabilities. It helps them to live more comfortable and it makes their life much easier.
I think the answer would be C :)
Answer: a sentinel value
Explanation:
a sentinel value is a value that is used as a condition to end the program. notice that it says "enter -1 to end"
Answer:
the answer would be C, function