Programming Tutorials

Comment on Tutorial - File example program in Java By Priya



Comment Added by : cee

Comment Added at : 2014-11-29 14:27:10

Comment on Tutorial : File example program in Java By Priya
So, is it possible to use the getClass() and getResource() methods with the file class?
I am trying to get an image file and a folder both of which are located in the same package as my java file. I am using the file class to access the image file.


View Tutorial