> Does Java provide feature of loading any file from hard disk?
Yes, and you've been given some suggestions on how to specify the file name.
If you problem is on actually reading the file then would need to use a FileReader to read the file. Read the API or search the forum for I/O examples using the FileReader if you need more help.