Which of these is an incorrect statement?
1
String objects are immutable, they cannot be changed
2
String object can point to some other reference of String variable
3
StringBuffer class is used to store string in a buffer for later use
4
None of the mentioned