InterviewSolution
Saved Bookmarks
| 1. |
State the package that contains the class |
|
Answer» scanner" for importing scanner class. Scanner is a class in JAVA. util PACKAGE used for OBTAINING the input of the PRIMITIVE types like int, double etc. and STRINGS |
|