-
Which of these is an incorrect statement?
-
- String objects are mutable, they cannot be changed
- StringBuffer class is used to store string in a buffer for later use
- String object can point to some other reference of String variable
- String objects are immutable, they cannot be changed
- None of these
Correct Option: B
StringBuffer class is used to create strings that can be modified after they are created.