Just another WordPress.com site

Posts tagged ‘JSP’

Other than HTTP Requests what other requests can a JSP handle ?

JSP is used mainly for presentation only. A 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.

JSP Servlet Interview Questions