Q. To pass a string as a command-line argument in Java, you need to surround the text within a pair of ___.
β
Correct Answer: (B)
Double Quotes ("abc def")
You must be Logged in to update hint/solution