Module 3 Flashcards
1
Q
Java class that reads text from the input stream.
A
Buffered Reader
2
Q
Means adding a Library/Package full of classes and methods that are premade for ease of use.
A
Import
3
Q
Used to provide standard dialog boxes such as message dialog box, confirm dialog box and input dialog box.
A
JOptionPane
4
Q
Reads text from standard input and returns it to a program.
A
Scanner