Study Material
Computer Applications
Name the package that contains wrapper classes.
Java Library Classes
ICSE 2018
34 Likes
Answer
java.lang
Answered By
24 Likes
Related Questions
Write the prototype of a function check which takes an integer as an argument and returns a character.
View Answer
Bookmark Now
Differentiate between parseInt() and toString() functions
View Answer
Bookmark Now
Differentiate between primitive type and composite type data
View Answer
Bookmark Now
int
res
=
'A'
;
What is the value of res?
View Answer
Bookmark Now