On a .jsp page, I have the following code:
String[] arrayRegioes = request.getParameterValues("numRegiaoUsuario");//objeto
When I print the arrayRegioes
, the value shown is:
[Ljava.lang.String; @ 5a879b45
Now, I need to transform a string that was made in the hand:
[55826586566, 54555555454, 994139792]
On a array
object, such as the format of the above one.