Search:

Type: Posts; User: 93tomh

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    1,600

    Re: Problems with ArrayList

    I honestly am not sure. I never really got java when i was in uni and thus failed it and now have this referral project.

    I am trying to add a contact to the array list using the variables in the...
  2. Replies
    9
    Views
    1,600

    Re: Problems with ArrayList

    Ok, so ive took the extends off, looking back at previous homeworks extends was never used for this type of class.
    Anyway, I am trying to make an "address book" and I sort of skipped over array...
  3. Replies
    9
    Views
    1,600

    Re: Problems with ArrayList

    I have no idea why i have extended the contact class. I never really understood inheritance all that much but i was told i had to use it :/
  4. Replies
    9
    Views
    1,600

    Re: Problems with ArrayList

    /**
    * Write a description of class Contact here.
    *
    * @author Tom Harvey
    * @version 1
    */
    public class Contact
    {
    protected String fName;
    protected String sName;
  5. Replies
    9
    Views
    1,600

    Problems with ArrayList

    I am trying to do a uni project and i have no idea why this isnt compiling, any help would be appreciated.

    1326

    import java.util.ArrayList;
    /**
    * Write a description of class ContactList...
Results 1 to 5 of 5