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()
The question was posed to me during an interview for a job.
Asked question is from Java.lang in section Exploring java.lang & java.io of Java