+ 1
Hello guys i have a question
String s= "{id= 1,2,3,4,5,6,7}"; this value comes from HashMap i wanto print it like this id=1 id=2 id=3 id=4 id=5 id=6 id=7 How can i do this please help
3 Answers
String s= "{id= 1,2,3,4,5,6,7}"; this value comes from HashMap i wanto print it like this id=1 id=2 id=3 id=4 id=5 id=6 id=7 How can i do this please help