Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of these is an incorrect statement?

a) String objects are immutable, they cannot be changed
b) String object can point to some other reference of String variable
c) StringBuffer class is used to store string in a buffer for later use
d) None of the mentioned

Answer: c
Explanation: StringBuffer class is used to create strings that can be modified after they are created.

Join The Discussion