Scanner Flashcards

1
Q

This is used to get user input

A

Scanner Class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The Scanner Class can be found in the ________________

A

java.util package

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This create an object of the class and use any of the available methods found in the scanner class documentation.

A

Scanner Class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

We use this method to read strings

A

nextLine() method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True or False:
Java does not have a built-in Date class

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Where can we import a Date class in Java?

A

java.time package

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

To display the current date, what package do we import?

A

java.time.LocalDate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly