What are advantages of jsp over asp, php, pure servlets and others?
Answer / Mahipal Gangwar
JSP (JavaServer Pages) has several advantages over ASP (Active Server Pages), PHP, and pure Servlets:
1. Platform independence: JSP is written in Java, allowing it to run on any platform that supports the Java Virtual Machine (JVM).
2. Rich library: JSP comes with a rich set of pre-built libraries (Java API) for various tasks such as database connectivity, network programming, and more.
3. Reusable code: JSP allows code to be reused across multiple pages, reducing the amount of redundant code.
4. Security: JSP provides built-in security features such as authentication and authorization, making it more secure than ASP and PHP.
5. Scalability: JSP is highly scalable due to its ability to handle large numbers of concurrent users efficiently.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I create a dynamic web project?
How to use jsp el to get http method name?
Can you disable the caching on the back button of a particular browser?
What is translation phase?
How will you use jsp el in order to get the http method name?
Can we override jspinit method?
How can we stop errors on display in a jsp page?
What is jsp translation time?
What is meant by implicit objects and what are they?
we want to provide the errors to the right side of the text field so what we want to add in jsp pages?
why we use jsp as view
3 Answers NCS, Scope International,
write a program in javasacript to shake the window