Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Thread: Arrays

    by Norm
    Replies
    6
    Views
    1,107

    Re: Arrays

    Classes have constructors. Arrays don't have constructors.
    See the tutorial:
    Providing Constructors for Your Classes (The Java™ Tutorials > Learning the Java Language > Classes and Objects)...
  2. Thread: Arrays

    by Norm
    Replies
    6
    Views
    1,107

    Re: Arrays

    Once the method has a reference to the array, it can store values in the array.
  3. Thread: Arrays

    by Norm
    Replies
    6
    Views
    1,107

    Re: Arrays

    pass the array to the method as an argument and then use normal array accessing techniques to change values in the array.
Results 1 to 3 of 3