I have a program in which i want to pass the value of file path at runtime without asking for it from user.
String fPath="C:\\user\\jProp.properties
i want to assign the value to the fPath variable at runtime and not like mentioning it in the program. How can i do it?