Question: After the following program is finished, how many bytes are written to the file t . dat? import java,io , * : public dass Test

After the following program is finished, how many bytes are written to the file t.dat?
import java,io,*:
public dass Test ?
public static void main(string[] args) throws IOException?
Dataoutputstream output = new Dataoutputstream(new
Bufferedoutputstream(Fileoutputstream("t.dat")));
output write Char (A')
output.close 0 :
}
}
Select one:
A.16 bytes.
B.4 bytes.
c.2 bytes.
D.8 bytes:
 After the following program is finished, how many bytes are written

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!