Search:

Type: Posts; User: Norm

Search: Search took 0.31 seconds.

  1. Replies
    6
    Views
    1,033

    Re: help a first time java programer

    Depends which word you are talking about. The keyword is lowercase (I think most keywords start with lowercase)
    There is a class named Class which starts with uppercase as all class names do.
    ...
  2. Replies
    6
    Views
    1,033

    Re: help a first time java programer

    Java is case sensitive. You must spell everything with the correct case. System starts with S not s
    When in doubt read the API doc:
    http://docs.oracle.com/javase/7/docs/api/
  3. Replies
    6
    Views
    1,033

    Re: help a first time java programer

    Please copy the full text of the error messages and post it here.
Results 1 to 3 of 3