Solved

Which of the Following Statements Correctly Creates a Scanner Object

Question 32

Multiple Choice

Which of the following statements correctly creates a Scanner object for keyboard input?


A) Scanner kbd = new Scanner(System.keyboard) ;
B) Scanner keyboard = new Scanner(System.in) ;
C) Scanner keyboard(System.in) ;
D) Keyboard scanner = new Keyboard(System.in) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions