java - JSP first running on tomcat -


i run jsp page first time on tomcat print statement , printed 3 times instead of 1.

<%   system.out.println("hello world"); %> 

the output : console output


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -