Servlet和jsp本质相同,那么为什么还要使用jsp呢,原来的servlet又有什么不好的呢. Servlet和jsp可以做完全相同的事情,就要借助jsp的内置对象们,比如request,response,session,application(context),out,config config-----javax.servlet.ServletConfig接口----this.getServletConfig(); out----java.io.PrintWriter字符输出流类----…