1.

To pass a string as a command-line argument in Java, you need to surround the text within a pair of ___.

A. Single Quotes ('abc def')
B. Double Quotes ("abc def")
C. Double Spaces(  abc def  )
D. Triple Single Quotes ('''abc  def''')
Answer» C. Double Spaces(  abc def  )


Discussion

No Comment Found