Search:

Type: Posts; User: Sean4u

Search: Search took 0.08 seconds.

  1. Thread: New to Java

    by Sean4u
    Replies
    7
    Views
    1,077

    Re: New to Java

    I'm assuming - since that looks like valid Java - you know the answer already :D

    That's right.
  2. Thread: New to Java

    by Sean4u
    Replies
    7
    Views
    1,077

    Re: New to Java

    Yes, like that, but it only works in the special case of the main(String[] argumentsArray) method. When the JVM starts, it takes whatever is on your commandline after the name of the class to load...
  3. Thread: New to Java

    by Sean4u
    Replies
    7
    Views
    1,077

    Re: New to Java

    Do you ever run java applications from the command line by typing "java MyApplication"? If you don't, this is going to be a tortuous explanation.
  4. Thread: New to Java

    by Sean4u
    Replies
    7
    Views
    1,077

    Re: New to Java

    Lesson: A Closer Look at the "Hello World!" Application (The Java™ Tutorials > Getting Started)

    Read carefully the part about 'signature'. The JVM needs to know whereabouts in your application to...
Results 1 to 4 of 4