See the basic difference is that:

In Servlet
----------
You have to code whole HTML into ur java....

In JSP
-------
You are to code Java inside HTML

Well everybody knows that the latter is much easier than former.