In java
, I'm having difficulty understanding some concepts.
On a .jsp page, I have the following code:
String [] arrayRegioes = request.getParameterValues ("numRegiaoUsuario"); // object
When I print the array, the value shown is:
[Ljava.lang.String;@5a879b45
I would like to know what this value means, because I can not see the value of it, since I have passed the following content:
[*, adm, r1]