What are all the advantages of servlet over cgi?
Answer / Anant Lal
Advantages of Servlets over CGI include: platform independence, ability to handle multiple requests concurrently due to multithreading, reusability of code through inheritance and interfaces, improved performance due to request handling in memory space, and easier integration with Java technologies like JDBC.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get the path of servlet in the server?
how the jsp page can be regenerated?
What is the difference between the include() and forward() methods?
How can the referrer and the target urls be used in servlet?
What is URL Encoding?
Where do you define dispatcherservlet?
What is a Session Id?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
What are the phases of the servlet life cycle?
What do you mean by session tracking and also explain its techniques?
What mechanisms are used by a Servlet Container to maintain session information?
What is webservlet?