Precompiling a JSP Page

In JSP the translation and the compilation happens at the same time. After compilation the jsp behaves just like a servlet or we can say that it becomes a servlet and after compilation whenever the request comes to server, the servlet gets execute.