Demonstration of how a character is also stored like a number only.
Demonstration of how a character and integer can be inter-converted by implicit and explicit style of type casting.
Converting a character to it equivalent Wrapper class object so that many methods can be applied on it.
Using isMethods on character like isDigit(), isLetter(), isLetterOrDigit, isUpperCase(), isLowerCase(), isWhitespace() and getting the boolean or true/false status returned
( As In Exam - ICSE2018 )
Write a difference between the functions isUpperCase() and toUpperCase().
( As In Exam - ICSE2016 )
Write the return type of the following library functions :
(i) isLetter
( As In Exam - ICSE2017 )
State the data type and value of res after the following is executed:
c
Write a java program to count the number of letters in the ascii character ra