I need some help with my ArrayList in Java. I spent long time debugging, but still. The problem is - I save some data from database to string array and save this array to ArrayList, in the output it saves only last element multiple times. Looks like it simply rewrite it.I need some help with my ArrayList in Java. I s