Java Programming
Accenture Technical PrimermediumJava Programming4. Arrays And Strings

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, Java provides string constant pool to store the string objects, You can concatenate two string objects using +

Explanation

Quick AnswerThe correct answer is You can create string objects without or without using new operator, Java provides string constant pool to store the string objects, You can concatenate two string objects using + because it directly addresses the core logic of Java Programming.

Correct answer: You can create string objects without or without using new operator; Java provides string constant pool to store the string objects; You can concatenate two string objects using +.

Related Accenture Java Programming questions

Practice more Accenture Java Programming questions

PrimerPrep has 1400+ practice questions, 2026 simulations and coding hands-on — all free.

Watch Walkthroughs!