Computer Science, asked by richapatnaik1123, 3 months ago

what is special about string objects of other derived types?
select one or more:
1. You can concatenate two string objects using '+'
2. You can create string objects without using new operator
3. Java provides string constant pool to store the string objects​

Answers

Answered by shamsazeeshan
4

One special thing about string objects is that you can create string objects without using new operator i.e using string literals. This is not possible with other derived types (except wrapper classes). One more special thing about strings is that you can concatenate two string objects using '+'.

1 and 2 are correct options

Answered by hoshiyar15
1

Answer:

option 1st and 2nd is right answer I hope it helps u

Explanation:

thanks

Similar questions