0
How should i load files into java application??
3 Antworten
+ 2
File file = new File("path/to/file");
0
guess what i posted
o.O
- 1
Using File class in Util package
For example
File f1 = new File("Specify Path use Double slash to specify the path");