---
title: "What is the advantage of Properties file?"  
description: "What is the advantage of Properties file?"  
author: "Anonymous User"  
published: 2015-05-13  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/2522/what-is-the-advantage-of-properties-file  
category: "java"  
tags: ["java", "collection"]  
reading_time: 1 minute  

---

# What is the advantage of Properties file?

If you change the value in properties file, you don't need to recompile the java class. So, it makes the application easy to manage

## Answers

### Answer by Anonymous User

If you change the value in properties file, you don't need to recompile the java class. So, it makes the application easy to manage


---

Original Source: https://www.mindstick.com/interview/2522/what-is-the-advantage-of-properties-file

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
