• JSP is used mainly for presentation only. 
  • JSP can only be HttpServlet that means the only supported protocol in JSP is HTTP. 
  • But a servlet can support any protocol like HTTP, FTP, SMTP etc.