
io
Read and Write properties file in Java- Examples
| August 24, 2014
.properties files are used to store information in the form of Key-Value pair in java. These are those values which we can not directly hard code into our
Read More