InterviewSolution
Saved Bookmarks
| 1. |
What Is The Advantage Of Properties File? |
|
Answer» 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. 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. |
|