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 tr...
asked by
24.03.2016 / 14:22