Ad Code

Why JSP takes time to run when it runs 1st time.


Why JSP takes time to run when it runs 1st time.

If you run a jsp file first time it will take a longer time, because at the very first time the jsp file is converted
in JAVA, then it is compiled and finally it is loaded. But the compilation only happens once so the next time it
will be faster.
But every time you change a jsp file it will be re-complied.
Reactions

Post a Comment

0 Comments