What is special about string objects as compared to objects of other derived types?
Answer options
A
You can create string objects without or without using new operator
B
Java provides string constant pool to store the string objects
C
You can concatenate two string objects using +
Correct answer: You can create string objects without or without using new operator
Explanation
Quick AnswerThe correct answer is You can create string objects without or without using new operator because it directly addresses the core logic of Java Programming.
This question has been retained as-is due to its unique context.