posted 20 years ago
JSP is created to make we developers life easier to create servlet kind of functionalities. It has additional aspects like taglibs etc.
Basically JSP framework sits on the underlying servlet framework. That is why all the containers convert them to a servlet to invoke the VM on them.
Dan.