• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

When and How to use .properties file in JAVA program

 
Ranch Hand
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all ,

can anyone of you give me the link which gives more information about when & how to create .properties file and use in java programs

I searched ..i got this "http://www.java-tips.org/java-se-tips/java.util/how-to-read-and-write-a-properties-file.html"

But am not getting full information about .properties file ...if anyone knows please help me.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Properties files are most often used for storing configuration information for a program. The URL you quoted already explains how to read and write a properties file. Also have a look at the API documentation of class java.util.Properties.

"But am not getting full information about .properties file ...if anyone knows please help me."

Please ask a more specific question, what is it exactly you want to know more?
 
reply
    Bookmark Topic Watch Topic
  • New Topic