java com.brainbench.TestCommandLine -p Parameter1 Parameter2 Parameter3 Parameter4
If the user enters the command line shown above, how many elements are contained in the array which is passed to "public static void main(String args[])" in TestCommandLine?
Choice 1 Four
Choice 2 Five
Choice 3 Six
Choice 4 Seven
Choice 5 Nine