Quiz Question 1 of 4
Assuming there is a compiled java class named HelloWorld
with a static
method named main
that accepts an Array
of String
s named args
...
What would be stored in args[1]
if we ran java HelloWorld Luke Skywalker
Choose the correct answer below: