This is used to get user input
Scanner Class
The Scanner Class can be found in the ________________
java.util package
This create an object of the class and use any of the available methods found in the scanner class documentation.
Scanner Class
We use this method to read strings
nextLine() method
True or False:
Java does not have a built-in Date class
True
Where can we import a Date class in Java?
java.time package
To display the current date, what package do we import?
java.time.LocalDate