Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,323

    Re: What is that at the end of a method

    Because that doesn't make sense. For example, System.out.println(String) is a method takes a String parameter, right? How would that method know what to print without that parameter? Methods are...
  2. Replies
    8
    Views
    1,323

    Re: What is that at the end of a method

    More recommended reading: Lesson: A Closer Look at the "Hello World!" Application (The Java™ Tutorials > Getting Started)
  3. Replies
    8
    Views
    1,323

    Re: What is that at the end of a method

    Did you read the tutorial posted by Tjstretch? You should read that entire section, including this part: Passing Information to a Method or a Constructor (The Java™ Tutorials > Learning the Java...
Results 1 to 3 of 3