What is meant by configuration file? where and how we create those in java?and when we use these files?

Showing Answers 1 - 1 of 1 Answers

Configuration files are generally properties file OR xml files.

e.g. Web.xml / application.properties /

These are created and maintained manually & can be read via suitable API in java e.g. XML parsers / System.load() ; System.getProperty()

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions