Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: passing arguments

    by Norm
    Replies
    19
    Views
    1,522

    Re: passing arguments

    This has already been discussed. Java passes by value.
  2. Thread: passing arguments

    by Norm
    Replies
    19
    Views
    1,522

    Re: passing arguments

    A method can only return one variable/value.
  3. Thread: passing arguments

    by Norm
    Replies
    19
    Views
    1,522

    Re: passing arguments

    c=bla();
    ...
    int bla() { return 45;}
Results 1 to 3 of 3