I have a jsp page with dynamically created checkboxes. When we check boxes, a variable takes the corresponding emp id.
For example : I checked corresponding check boxes of emp id 2 and 4, then I will get an alert box with 2,4.
Now how can I remove the comma and pass values one after the other, since I want to extract the corresponding details of employee in the next jsp. I
I'm looking for the code in Java to remove comma from in between integers.