I have instantiated multiple mutable variable:
SimpleStringBuffer a=new SimpleStringBuffer();
SimpleStringBuffer b=new SimpleStringBuffer();
I have done this 11 times, I know there is some way to avoid doing it using array or collections but I am not sure how. Can anyone help me with this?