justin cater
Posts: 19616
Nickname: justin78
Registered: Mar, 2011
|
Justin Cater is executive editor at Java Code Geeks
|
|
|
|
How to Load Resources from Classpath in Java with Example
|
Posted: Aug 1, 2014 8:48 PM
|
|
Classpath in Java is not only used to load .class files, but also can be used to load resources e.g. properties file, images, icons, thumbnails, or any binary content. Java provides API to read these resources as InputStream or URL. Suppose, you have a properties file inside config folder of your project, and you want […]
Read: How to Load Resources from Classpath in Java with Example
|
|