Name the wrapper class of char and Boolean type.
Answers
Answered by
5
- Primitive type
- Wrapper class
- Constructor arguments
float
Float
float , double or String
double
Double
double or String
char
Character
char
boolean
Boolean
boolean or String
hope it will help you...!
Similar questions