Computer Applications
Write the return type of the following library functions:
- isLetterOrDigit(char)
- replace(char, char)
Java Library Classes
ICSE 2016
11 Likes
Answer
- boolean
- String
Answered By
8 Likes
Related Questions
Assertion (A): Integer class can be used in the program without calling a package.
Reason (R): It belongs to the default package java.lang.
- Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A)
- Both Assertion (A) and Reason (R) are true and Reason (R) is not a correct explanation of Assertion(A)
- Assertion (A) is true and Reason (R) is false
- Assertion (A) is false and Reason (R) is true
Differentiate between boxing and unboxing.