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 class is used to create an object whose character sequence is mutable?

a) String()
b) StringBuffer()
c) String() & StringBuffer()
d) None of the mentioned

Answer: b
Explanation: StringBuffer represents growable and writable character sequence.

Join The Discussion