Search:

Type: Posts; User: copeg

Search: Search took 0.21 seconds.

  1. Replies
    8
    Views
    1,371

    Re: I need help with basics.

    No. main is the application entry point - you define how you want your application to flow by creating a class which contains a main method, then instantiate objects or calling other static methods...
  2. Replies
    8
    Views
    1,371

    Re: I need help with basics.

    Please see the following for an in depth tutorial on the subject
    Defining Methods (The Java™ Tutorials > Learning the Java Language > Classes and Objects)
    Methods are associated with classes, and...
Results 1 to 2 of 2