Which of the following operators cannot have an operand of type String?.
Select the two correct answers.
(b) and (e)
The operators - and & cannot be used in conjunction with a String object.
The operators + and += perform concatenation on strings, and the dot operator accesses members of the String object.