for(int i=0;i<counter;i++){
String textbox+""i=request.getParameter("text1"+i);
}
i am trying to use variable name dynamically but it says that the left hand side assignment must be a variable.I don't know how to append this numbers to the variable name using double quotes ,i am a fresher to programming .