Search:

Type: Posts; User: Shantanu Gontia

Search: Search took 0.18 seconds.

  1. passign value at the runtime in the program

    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...
  2. Re: Complete beginner to Java, problem with error message "non-static variable..."

    there is a rule in java, you can not access non static variables inside a static method. check out your code and either use a non static variable or make the variable static which you are using. It...
Results 1 to 2 of 2