Search:

Type: Posts; User: Tempest

Search: Search took 0.09 seconds.

  1. Thread: A Java Error

    by Tempest
    Replies
    9
    Views
    1,736

    Re: A Java Error

    Sorry for not reading the entire post.

    I hope this will help you:

    Parentheses are used for surrounding parameter lists. Brackets, also known as square brackets, look like this [ ]. Java uses...
  2. Thread: A Java Error

    by Tempest
    Replies
    9
    Views
    1,736

    Re: A Java Error

    Hi Shyamz.
    According to your compiler your missing a '('
    By the looks of it you have used '[' instead of the required '('

    public static void main [String () args ]

    Should look like:
    ...
Results 1 to 2 of 2