Well you can basically click the open button under the file tab on your java program once it's open. Then locate your file and open it. It should open accordingly.
You have to use the FileReader. Import it and create an instance with new with the filepath as parameter. With the read() method which you can call in an loop, you can read the file char by char.