Sobes.tech
Junior

What are the access modes available for a file in the RandomAccessFile class?

sobes.tech AI

Answer from AI

  • "r": read-only.
  • "rw": read and write.
  • "rws": read and write, synchronous writes to file content and metadata.
  • "rwd": read and write, synchronous writes to file content.
What are the access modes available for a file in the… - sobes.tech