Search:

Type: Posts; User: Alex L

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,222

    Re: Array with null (same for Arraylist)

    You're quite right. My solution was poor. I've re-read some principles and am starting again. Thanks for you help :)
  2. Replies
    5
    Views
    1,222

    Re: Array with null (same for Arraylist)

    Changed


    private String student;

    to


    private String student = "";
  3. Replies
    5
    Views
    1,222

    (Solved) Array with null (same for Arraylist)

    I'm having a problem with calling arrays from a class. I know I should should separate the user interface from the logic so that's what I've tried to do. If you know of a better way please mention...
Results 1 to 3 of 3