Entain India interview question

what is jsp equivalent servlet

Interview Answer

Anonymous

1 June 2018

Servlets run faster compared to JSP. JSP can be compiled into Java Servlets. It's easier to code in JSP than in Java Servlets. JSP is a webpage scripting language that can generate dynamic content while Servlets are Java programs that are already compiled which also creates dynamic web content