Home / Questions / Create a DataInputStream for the file named "student.dat".
Explanatory Question

Create a DataInputStream for the file named "student.dat".

👁 1 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

DataInputStream dis = new DataInputStream(new FileInputStream("student.dat"));