Multiple choice Which of the following is the valid way to create Data Input Stream streams? new DataInputStream(); new DataInputStream(“in.dat”,”r”); new DataInputStream(“in.dat”); new DataInputStream(new FileInputStream(“in.dat”) Reveal answer Fill a bubble to check yourself C Correct answer