Good day,
Firstly I feel I must apologise, I understand that what I'm about to ask may appear to frustrate some of you who may be more experienced, however, I just don't have a clue, I can't get my head around Java, I've tried, I've read books, attended lectures and surfed the net... I just don't get it.
On to my question.
my understanding creating an arraylist is as follows
ArrayList<NAME> MyList = new Array List <NAME>));
yet when I input this in my programme my compiler said t was incorrect.
Firstly I feel I must apologise, I understand that what I'm about to ask may appear to frustrate some of you who may be more experienced, however, I just don't have a clue, I can't get my head around Java, I've tried, I've read books, attended lectures and surfed the net... I just don't get it.
On to my question.
my understanding creating an arraylist is as follows
ArrayList<NAME> MyList = new Array List <NAME>));
yet when I input this in my programme my compiler said t was incorrect.
Comment