1.

How Servlet Differ From Jsp?

Answer»

Both Servlet and JAVA Server Pages are API which generate dynamic web content. A servlet is NOTHING but a java class which implements the interface to run within a web and on the other hand Java server pages is a bit complicated THING which contain a mixture of Java SCRIPTS, Java directives, Java elements and HTML. The main difference among both servlet and Java server pages is that JSP is document oriented and servlet on the other hand act LIKES a program.

Both Servlet and Java Server Pages are API which generate dynamic web content. A servlet is nothing but a java class which implements the interface to run within a web and on the other hand Java server pages is a bit complicated thing which contain a mixture of Java scripts, Java directives, Java elements and HTML. The main difference among both servlet and Java server pages is that JSP is document oriented and servlet on the other hand act likes a program.



Discussion

No Comment Found