How should i load files into java application?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How should i load files into java application??

18th Nov 2016, 11:10 AM
Madhab Dhakal
Madhab Dhakal - avatar
3 Answers
+ 2
File file = new File("path/to/file");
18th Nov 2016, 11:28 AM
Roland
0
guess what i posted o.O
9th Dec 2016, 5:16 PM
Roland
- 1
Using File class in Util package For example File f1 = new File("Specify Path use Double slash to specify the path");
9th Dec 2016, 5:23 AM
Akilandeswari T
Akilandeswari T - avatar