Search:

Type: Posts; User: Jocko

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,550

    Re: Question about ArrayList

    I have to create an ArrayList that can hold Song objects. Each Song object has an attribute, fileSize, that says, well, how big the file is. This ArrayList can hold any number of songs, but only as...
  2. Replies
    3
    Views
    1,550

    Question about ArrayList

    I'm trying to make a sort of theoretical MP3 player for an assignment, using the ArrayList class

    Basically, I have a "Song" class that defines attributes of songs, including Title, Artist,...
Results 1 to 2 of 2