Which is faster, servlets or JSP?
JSP documents are compiled into servlets before the servlet container uses them to respond to a request. Once JSP has been compiled, they should be equally fast as standard servlets. The JSP compilation phase introduces a small delay for the first request, but all following requests are handled by the same pre-compiled servlet. Actions: Follow-up, clarify or correct this answer. Submit a new question.