Home » JAVA Programming » Strings » Question
  1. Which of these constructors is used to create an empty String object?
    1. String(int)
    2. String(void)
    3. String()
    4. String(0)
    5. None of these
Correct Option: C

String()



Your comments will be displayed only after manual approval.