The basic difference between Servlets and JSP is that in Servlets we write java code and in that we embed htmlHTML code and there is just reverse case with jspJSP . IIn JSP we write htmlHTML code and in that we embed java code using tags provided by jspJSP.