io
In our previous tutorial I have discussed how to read the property files using FileInputStream and create and write files using FileOutputStream in Java but that works when
Read More io
.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