Today I saw in a Java application several different approaches to load a file.
- file:/
- file://
- file:///
What is the difference of these three URL beginnings and what is the preferred way of using them?
Thanks a lot Stefan
Today I saw in a Java application several different approaches to load a file.
What is the difference of these three URL beginnings and what is the preferred way of using them?
Thanks a lot Stefan