How To Read A Properties File Using Java

preview_player
Показать описание
How To Read A Properties File Using Java

This tutorial is about how to read a properties file using java.
Property object is presented in java util package.With help of load function in properies
it will load the properties file.
With help of getProperty method in proerties library we will read the properties file.
#kbtutorials,#AutomationKbtutorials,#KbtutorialsJava
Рекомендации по теме
Комментарии
Автор

Very helpful tutorial. Thanks for this

afifkhaja
Автор

Hi i have a doubt, suppose i have database.properties file and i am using hikari to config it how can i read that file when i am reading hikari is not taking any properties from database.properties file

lakshmimurari
Автор

Hello Sir, I have a doubt, what if I have a file at my C drive and I want to read that file here?

ShraddhaPanchbudhe