Junior
21
0
questionbank

Какие существуют режимы доступа к файлу в классе RandomAccessFile?

Answer from sobes.tech neural network
  • "r": read-only - только чтение.
  • "rw": read and write - чтение и запись.
  • "rws": read and write, synchronous writes to file content and metadata - чтение и за
  • "r": read-only - только чтение.
  • "rw": read and write - чтение и запись.
  • "rws": read and write, synchronous writes to file content and metadata - чтение и за

Register or sign in to get access to full answers for all questions from the question bank.

randomaccessfilefile-access-modesjava-iofile-handling