Answers for "java properties file"

3

java file class

import java.io.File;
Posted by: Guest on April-02-2020
0

What is the reason we are using properties file

What is the main reason we are using properties file?
    - To avoid hard coding.
    - We are able to exclude some test data from our tests.
    - So that we can manage important test data from external files.
Posted by: Guest on December-04-2020

Code answers related to "java properties file"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language