alegno75 on 03/13/07
Last Edited at 03/13/07 04:33am
Properties properties = new Properties();try { properties.load(new FileInputStream("filename.properties"));} catch (IOException e) {}
URL: http://www.exampledepot.com/egs/java.util/Props.html
Report this snippet Tweet
Comment:
You need to login to post a comment.