Search:

Type: Posts; User: newbie

Search: Search took 0.13 seconds.

  1. Replies
    208
    Views
    11,963

    Re: Address Book Program Issues

    for (Contact c : list){
    System.out.println(c.toString());
    }

    That should work with an Array, so no need to use an ArrayList.
  2. Replies
    208
    Views
    11,963

    Re: Address Book Program Issues

    By using 'return;' before try, It will exit at that point, meaning it will never go further down to the try catch.
  3. Replies
    208
    Views
    11,963

    Re: Address Book Program Issues

    Would never expect you to thank every single post. I was just noting the amount of time norm has devoted to this.
  4. Replies
    208
    Views
    11,963

    Re: Address Book Program Issues

    I giggled :P
  5. Replies
    208
    Views
    11,963

    Re: Address Book Program Issues

    Norm, you have the will of a wizard! 16 Pages, and still not even a 'thanks'. My oh my :D.
Results 1 to 5 of 5