print array in jsp
In PHP Page, to print array, we use print_r();
In jsp, to print string, out.print() is used.
How can we print array values?
and what is the equivalent code of exit in PHP?
In asp, Response.End breaks the code?
Can anyone plz tell me what is the equivalent of Response.End in jsp?
Thank You
|