# Introduction In this lab, we will learn how to check if a file is readable or writable using Java programming language. We will use the `File` class provided in Java to determine the read and write properties of a file.
Click the virtual machine below to start practicing