Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Replies
    6
    Views
    1,661

    Re: Help using parameters

    If the caller of the method has the values, then passing them as parameters would be the way to do it.


    You'll probably want to define it as a class variable, so you can use it in different...
  2. Replies
    6
    Views
    1,661

    Re: Help using parameters

    Where are the variables that hold the values you need? If they are in the Interest class, then you need a reference variable that points to an instance of the Interest class so you can call the...
  3. Replies
    6
    Views
    1,661

    Re: Help using parameters

    Please edit your code and add code tags to preserve the formatting.
    See: BB Code List - Java Programming Forums


    Are the variables with the needed values at the class level of scope or are they...
Results 1 to 3 of 3