Java Programming
primer-original-v2mediumJava Programming4. Arrays And Stringsprimer-original-v2

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.

Related Java Programming questions

Practice more Java Programming questions

PrimerPrep has independently reviewed practice questions and coding exercises — all free.