Which method can you use to find out the number of the bytes in a file using InputStream?

a. length()
b. available()
c. size()
d. getSize()

b

Computer Science & Information Technology

You might also like to view...

When using the Input Mask Wizard, which of the following is NOT a pre-built mask?

A) Name B) Social Security number C) Telephone number D) Time

Computer Science & Information Technology

Exception handling requires that you write code to handle ________.

a) all types of errors b) only errors that could occur in your code c) a few of the most common errors d) only those errors you choose to handle e) Both b and c.

Computer Science & Information Technology