Computer Applications
Which of the following is a method of Java Scanner class?
- nextline( )
- nextLine( )
- Nextline( )
- NextLine( )
Related Questions
The …………… method will accept a character using stream class.
- in.read( )
- (char)(in.read( ))
- in.readline( )
- character.read( )
Which of the following method will accept a string by using scanner object?
- next( )
- next.read( )
- next.String( )
- next.char( )
Fill in the blanks:
The package needed to import StreamReader class is _________
Fill in the blanks:
_________ function accepts an integer by using scanner object.