Exam 10: File IO
Exam 1: Getting Started46 Questions
Exam 2: Console Input and Output29 Questions
Exam 3: Flow of Control43 Questions
Exam 4: Defining Classes I44 Questions
Exam 5: Defining Classes Ii46 Questions
Exam 6: Arrays47 Questions
Exam 7: Inheritance43 Questions
Exam 8: Console Input and Output43 Questions
Exam 9: Exception Handling45 Questions
Exam 10: File IO46 Questions
Exam 12: Uml and Patterns22 Questions
Exam 13: Interfaces and Inner Classes32 Questions
Exam 14: Generics and the Arraylist Class31 Questions
Exam 15: Linked Data Structures43 Questions
Exam 16: Collections and Iterators44 Questions
Exam 17: Swing I37 Questions
Exam 18: Swing II31 Questions
Exam 19: Java Never Ends18 Questions
Exam 11: Recursion43 Questions
Exam 20: Applets25 Questions
Select questions type
The FileNotFoundException is a descendant of the class IOException.
(True/False)
4.8/5
(41)
Write a Java statement to create an input stream to the binary file statistics.dat.
(Essay)
4.9/5
(39)
A stream is an object that allows for the flow of data between your program and some I/O device or some file.
(True/False)
4.8/5
(39)
Create try and catch block that opens a file named statistics.txt for output.Writes the integers 24,55,and 76 to the file,and then closes the file.
(Essay)
4.9/5
(34)
Binary files store data in the same format that is used by any common text editor.
(True/False)
4.9/5
(33)
The method __________ from the File class forces a physical write to the file of any data that is buffered.
(Multiple Choice)
4.7/5
(35)
Showing 41 - 46 of 46
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)