Java
Programming and Technical
Programming
What is special about string objects as compared to objects of other derived types?(More than 1 may be correct)
A. Java provides string constant pool to store the string objects
B. You can concatenate two string objects using ‘+’
C. You can create string objects without or without using new operator
Read Solution (Total 0)
Java Other Question