Quantcast
Viewing latest article 7
Browse Latest Browse All 25

Reading the Resource or Property files in Java as a file stream and outputting the content to console

A good programming practice is to avoid hardcoding values in your Java File. These values should be read from some resource files or proerty files. The major benefit of doing that is that in case you decide to alter those values, there is no need to recompile your classes. Another … Continue reading

Viewing latest article 7
Browse Latest Browse All 25

Trending Articles