Search:

Type: Posts; User: Junky

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    1,363

    Re: I need help with basics.

    No!

    If you don't want something to be executed then why is it in the code? The main method is the entry point into your program. You only need one main method, however you can add a main method to...
  2. Replies
    8
    Views
    1,363

    Re: I need help with basics.

    You do not initiate methods, you call them. To do that first you need to create an object of that class. Surely you have seen examples involving Strings.
Results 1 to 2 of 2