Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    2,082

    Re: Help im a java noob!

    The word "function" is generic and is used in lots of other programming languages, not just Java. In most general terms: A function is something that can take some arguments and can return a value. ...
  2. Replies
    11
    Views
    2,082

    Re: Help im a java noob!

    Here's the thing: In Java a function can return (at most) one thing.

    If you want the function to "return" two things and the things are reference objects, you can send the function some...
Results 1 to 2 of 2