How important it is to use properties files in our projects?
Prerequisites: Core Java, Oops concepts(Classes and Objects), and about InputStreams
What is a properties file?
A properties file is a file in which we store the data in the form of key-value pair. for every key, there must be a value associated with...
javaexpert.hashnode.dev3 min read