+ 1

what is name this way in java .

Runtime runtime = Runtime.getRuntime(); try { Process proc = runtime.exec("shutdown -s -t 0"); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } what is name this way Process proc = runtime.exec("shutdown -s -t 0"); and this ? Runtime runtime = Runtime.getRuntime(); why he did not write like this Runtime runtime = new Runtime (); runtime.getRuntime();

30th Sep 2017, 12:07 PM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar
1 Answer
+ 2
Can you remove C tag please ?
30th Sep 2017, 1:19 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar