Java - IO - Interview Questions and Answers on FileInputStream

Q1. Which interfaces are implemented by FileInputStream?

Ans.[Closeable,  AutoCloseable]

Q2. What is the package name for  FileInputStream class?

Ans.java.io

Q3. Which is the Parent Class of  FileInputStream class?

Ans.InputStream

Q5.  Which class is used to read streams of raw bytes from a file?


Ans. FileInputStream