Which Of These Constructors Is Used To Create An Empty String #351
Which of these constructors is used to create an empty String object?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java String Handling - Java String Handling Basics - Quiz No.1.
Which of these constructors is used to create an empty String object?
String()
String(void)
String(0)
None of the mentioned