Search:

Type: Posts; User: Baldyr

Search: Search took 0.10 seconds.

  1. Thread: basic question

    by Baldyr
    Replies
    17
    Views
    1,083

    Re: basic question

    For anyone who might care, I pretty much read the tutorials on this site in one sitting and am finally starting to make sense of things. Particularly why Java works the way it does, which was the...
  2. Thread: basic question

    by Baldyr
    Replies
    17
    Views
    1,083

    Re: basic question

    Oh, now I see. The length of the args tuple is set by the actual number of parameters passed, not by the main method definition. Understanding how these things work makes it easier for me to...
  3. Thread: basic question

    by Baldyr
    Replies
    17
    Views
    1,083

    Re: basic question

    I follow. Your example would require the main method to take three parameters, and only these parameters, right? So the main method wouldn't accept two or four or none parameters, then.


    But if...
  4. Thread: basic question

    by Baldyr
    Replies
    17
    Views
    1,083

    Re: basic question

    I did not realize that was in fact what I was doing. Since no one else was about to answer the original poster I though I would give it a try. I succeeded in making you, good sir, clarify things for...
  5. Thread: basic question

    by Baldyr
    Replies
    17
    Views
    1,083

    Re: basic question

    I've also stared at the ugly (forgive me Java heads) snippet of code that pops up in every single code example:

    public static void main(string[] args) {}
    Although I've started reading the...
Results 1 to 5 of 5