Roy Tang

Programmer, engineer, scientist, critic, gamer, dreamer, and kid-at-heart.

Blog Notes Photos Links Archives About

Someone on quora asked:

What are the differences between JSP and Servlets?

JSPs are actually compiled into Java servlets on the server-side anyway. Their main purpose is to make it easier to write and maintain HTML/CSS/JS since doing that in an actual servlet includes writing a lot of out.print statements.

Posted by under notes at #answers
Also on: quora / 0