What are advantages of jsp over asp, php, pure servlets and others?



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

Post New Answer

More JSP Interview Questions

How do I create a dynamic web project?

1 Answers  


How to use jsp el to get http method name?

1 Answers  


Can you disable the caching on the back button of a particular browser?

1 Answers  


What is translation phase?

1 Answers  


How will you use jsp el in order to get the http method name?

1 Answers  


Can we override jspinit method?

1 Answers  


How can we stop errors on display in a jsp page?

1 Answers  


What is jsp translation time?

1 Answers  


What is meant by implicit objects and what are they?

1 Answers  


we want to provide the errors to the right side of the text field so what we want to add in jsp pages?

1 Answers   ITC Infotech,


why we use jsp as view

3 Answers   NCS, Scope International,


write a program in javasacript to shake the window

1 Answers  


Categories