Computer Applications
Fill in the blanks:
_________ is the method used to check whether the next token is a boolean type value or not.
Input in Java
16 Likes
Answer
hasNextBoolean()
Answered By
1 Like
Related Questions
Fill in the blanks:
_________ method reads a token as an integer.
Fill in the blanks:
The method which checks whether the next token of the scanner object is a floating type value or not is _________.
Fill in the blanks:
_________ number of objects can be input into a scanner object.
State whether the following statement is True or False :
Scanner class is a useful package of JDK 1.5.