what is the difference between files and resources?
o
orangy
02/04/2018, 10:04 AM
Files are retrieved directly from the file system, but you have to know the path. Resources are using Java’s resource streams, like reading from JAR/WAR, etc. Otherwise they are the same.