Using RandomAccessFile

  • 14
  • Locked
The main() method accepts three arguments: 1) fileName - the path to a file; 2) number - a position in the file; 3) text - the text. Read text from the file, starting from the position indicated by number. The length is the same as the length of the text passed as the third argument.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet