Computer Applications
Related Questions
Which of the following statements is true?
- Character.isLowerCase( ) and Character.toLowerCase( ) are same.
- Character.isLetter( ) and Character.isAlphabet( ) are same.
- parse and valueOf functions are same.
- Character.isDigit( ) and Character.isNumber( ) are same.
The variable must be declared …….. type, if a character is to be assigned to it.
- char
- ch
- character
- alphanumeric
Fill in the blanks:
By default, _________ package is imported in a Java program.
Fill in the blanks:
The user can create a data type by using a _________.