Search:

Type: Posts; User: xwid

Search: Search took 0.12 seconds.

  1. Thread: Using a class

    by xwid
    Replies
    8
    Views
    1,326

    [SOLVED] Re: Using a class

    the space after java in path ?

    E:\java\Time.class - maybe like this ?

    Maybe the easiest way to use other classes is to keep them in the same folder as Your class with main method ?
  2. Thread: Basic array list

    by xwid
    Replies
    5
    Views
    2,670

    Re: Basic array list

    Strings of length 5 contain 5 characters, but the last character is at position 4 because String is an array of char so the last character is [4] because 5-1 = 4.
    I just wanted to make it clear.
Results 1 to 2 of 2