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.
0 Comments
Please add nice comments or answer ....