I was creating 16 UN-necessary object (of no use) in my Action class.
List<String> list = new ArrayList<String>();
My application is customer portal which is used by world wide users .
and that action class is accessed many times i believe in a day.
So My question is how much these 16 objects could effect the memory ? a little ? Or too much ?