Which of these classes have a one-parameter constructor taking a string?.
Select the two correct answers.
(b) and (c)
All instances of wrapper classes except Void and Character have a constructor that accepts a string parameter.
The class Object has only a default constructor.