Author
Servlet 4a another question
Peter Gragert
Ranch Hand
Joined: Jan 16, 2001
Posts: 421
Should we protect the ArrayList from multiple access 'at the same time' by different users? I.e. do we have to bother about 'synchronised'?
jason adam
Chicken Farmer ()
Ranch Hand
Joined: May 08, 2001
Posts: 1932
posted Nov 20, 2001 07:33:00
0
I didn't. The way that the list is declared allows for multiple objects, didn't worry about threads. Jason
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
Synchronization is not required for these assignments at this time. For now, you can ignore it.
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Peter Gragert
Ranch Hand
Joined: Jan 16, 2001
Posts: 421
Ok, and thanks. Nearby the number of lines described in the assigment 4.a
subject: Servlet 4a another question