Which of the following classes do not extend the java.lang.Number class?
Select the two correct answers.
(c) and (d)
The classes Character and Boolean are non-numeric wrapper classes and they do not extend the Number class.
The classes Byte, Short, Integer, Long, Float, and Double are numeric wrapper classes that extend the Number class.