Revision: 2142
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 4, 2007 03:38 by springett
Initial Code
Properties properties = new Properties();
try
{
properties.store(
new FileOutputStream("filename.properties"), null);
}
catch (IOException e)
{
// implement catch logic
}
Initial URL
http://www.exampledepot.com/egs/java.util/Props.html
Initial Description
Initial Title
Writing a Properties File
Initial Tags
java
Initial Language
Java