Exam 11: Exceptions, and Input Output Operations
Exam 1: Introduction to Programming and the Java Language47 Questions
Exam 2: Programming Building Blocks- Java Basics57 Questions
Exam 3: Object-Oriented Programming, Part 1: Using Classes62 Questions
Exam 4: Introduction to Graphical Applications57 Questions
Exam 5: Flow of Control, Part 1: Selection68 Questions
Exam 6: Flow of Control, Part 2: Looping67 Questions
Exam 7: Object-Oriented Programming, Part 2: User-Defined Classes78 Questions
Exam 8: Single-Dimensional Arrays63 Questions
Exam 9: Multidimensional Arrays and the Arraylist Class62 Questions
Exam 10: Object-Oriented Programming, Part 3: Inheritance, Polymorphism, and Interfaces61 Questions
Exam 11: Exceptions, and Input Output Operations77 Questions
Exam 12: Graphical User Interfaces Using Java FX89 Questions
Exam 13: Recursion59 Questions
Exam 14: An Introduction to Data Structures69 Questions
Exam 15: Running Time Analysis56 Questions
Exam 16: RGB Colors, Decimal Conversion, Java Naming, and Random Number Generation110 Questions
Select questions type
FileNotFoundException is related to the Exception class because FileNotFoundException is a subclass of the IOException class, which is a subclass of the Exception class.
(True/False)
4.9/5
(45)
The print and println methods of the PrintWriter class allow writing basic data types to a file.
(True/False)
4.9/5
(32)
If you try to use the Scanner constructor to open a file that does not exist, what type of exception will be thrown?
(Multiple Choice)
4.8/5
(35)
What makes an instance variable averageGPA a good candidate for being declared as transient?
(Multiple Choice)
4.9/5
(36)
__________ formatting is made up of two data structures: key/value pairs and arrays.
(Short Answer)
4.7/5
(31)
Evaluate what will happen if you run a program that attempts integer division by 0.
(Essay)
4.8/5
(38)
The URL can be used to access a file located remotely (on the Internet).
(True/False)
4.7/5
(33)
Why is it beneficial to be able to extend an Exception class?
(Multiple Choice)
4.8/5
(41)
Showing 61 - 77 of 77
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)