Examlex

Solved

Based on the Code Below, the Statement That Would Move

question 10

Multiple Choice

Based on the code below, the statement that would move the file pointer to byte n counted from the beginning of the file is ___________________. RandomAccessFile test = new RandomAccessFile("record.bat", "r") ;


Definitions:

Related Questions