Solved

Given a RandomAccessFile That Stores a Set of Records of Class

Question 35

Multiple Choice

Given a RandomAccessFile that stores a set of records of class MyData, each needing MyData.RECORD_SIZE bytes for storage, which expression gets the offset to the beginning of the 25th record?


A) MyData.RECORD_SIZE * 25
B) MyData.RECORD_SIZE + 25
C) MyData.RECORD_SIZE++
D) MyData.RECORD_SIZE * 24

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions