In this post you will learn the key differences between JSP and Java Servlet. Servlets are protocol and platform independent server-side software components, written in Java. They run inside a Java enabled server or application server, such as the WebSphere Application Server. Servlets are
loaded and executed within the Java Virtual Machine (JVM) of the Web server or application server.
loaded and executed within the Java Virtual Machine (JVM) of the Web server or application server.
Using Servlets, you can collect input from users through web page forms, present records from a database or another source, and create web pages dynamically.
JavaServer Pages (JSP) is a technology for developing web pages that support dynamic content which helps developers insert java code in HTML pages by making use of special JSP tags.
JavaServer Pages (JSP) is a technology for developing web pages that support dynamic content which helps developers insert java code in HTML pages by making use of special JSP tags.
Now let us look at the Key Differences between JSP and Servlets:
Read also :
No comments:
Post a Comment