Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    5,130

    Re: ArrayList as a parameter

    The Section class constructor creates a Section class object. To create an ArrayList object you need to use an ArrayList constructor.

    The section class constructor takes as a parameter an...
  2. Replies
    7
    Views
    5,130

    Re: ArrayList as a parameter

    Creating an ArrayList isn't much different from creating any other object (you're already creating a Section object). Just pick a constructor and call new Constructor(params). Available ArrayList...
Results 1 to 2 of 2