logo

Crowdly

Mis ilmub ekraanile? try (RandomAccessFile raf = new RandomAccessFile("raf.da...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Mis ilmub ekraanile?

try (RandomAccessFile raf = new RandomAccessFile("raf.dat", "rw")) {

   raf.writeInt(10);

   raf.writeDouble(4.5);

   raf.writeInt(15);

   raf.writeInt(6);

   raf.seek(12);

   System.out.println(raf.readInt());

}
More questions like this

Want instant access to all verified answers on moodle.ut.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!