Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7097885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T10:59:26+00:00 2026-05-28T10:59:26+00:00

In java,which one is better for performance: Using .properties file or .conf file to

  • 0

In java,which one is better for performance: Using .properties file or .conf file to read the values from these files?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T10:59:26+00:00Added an answer on May 28, 2026 at 10:59 am
    1. The filename extension doesn’t make a difference at all, I guess you mean the usual Java Properties format and some (but which?) other common configuration format?

    2. All common text configuration file formats are probably similarly fast to parse. They are all quite similar, and small differences in languages usually make no difference as today’s parsers are quite good.

    3. Even if there is a speed difference in parsing the configuration file, it won’t make a difference for you, because (hopefully!) you will parse the file only once (e.g. at application startup) or rarely at least and then use the result over a longer period of time. So in total it won’t make a difference.

    4. Performance is not everything! Choosing a file format should focus on facts like whether it supports everything you need and want, whether it is nicely readable by humans, whether there already exist parsers for it etc. If you then find out (by measuring!) that it is too slow, you can start optimizing it. But it won’t help you to choose a file format which is fast to parse, if you find out in the end that it does not support what you need.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Castor to marshal/unmarshal my Java objects, one of which contains an EnumMap.
I'm modifying a java program which was written in 2004 using javaw.exe from J2re1.4.2_03.
clone method vs copy constructor in java. which one is correct solution. where to
I have a Java application which requires certain software (one of them being Perl)
Newbie here...can I write one program which incorporates .NET LINQ and also various Java
In Java, one can declare a variable parameterised by an unknown generic type, which
I have a class User with one field called birthDate which is a java.sql.Date
Which is better for performance? This may not be consistent with other programming languages,
I am trying to achieve better performance for my Java SWT application, and I
Possible Duplicate: Difference between static class and singleton pattern? Which is better in Java,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.