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 methods of Character wrapper can be used to obtain the char value contained in Character object.

a) get()
b) getVhar()
c) charValue()
d) getCharacter()

Answer: c
Explanation: To obtain the char value contained in a Character object, we use charValue() method.

Join The Discussion