InterviewSolution
Saved Bookmarks
| 1. |
Which part stores the program arguments and startup parameters?(a) debug configuration(b) run configuration(c) launch configuration(d) project configuration |
|
Answer» The correct choice is (c) launch configuration The explanation is: Launch configuration stores the startup class, program arguments and vm arguments. |
|