Multiple Choice
Fill in the blank in the following code snippet to create an object for reading binary data from a disk file, named input.bin?
try (______________________________)
{
Process input
}
A) FileReader in = new FileReader("input.bin") ;
B) FileWriter in = new FileWriter("input.bin") ;
C) PrintWriter in = new PrintWriter("input.bin") ;
D) FileInputStream in = new FileInputStream("input.bin") ;
Correct Answer:

Verified
Correct Answer:
Verified
Q80: Which statement reads the configuration file named
Q81: If we want to write objects to
Q82: Which is an advantage of storing numbers
Q83: In which of the following modes can
Q84: What type of object describes the location
Q85: How many methods are required to implement
Q87: Which is not a method available in
Q88: Fill in the blank in the following
Q89: What is returned by the read method
Q90: Objects are saved in _ format in