What advantages do servlets have over CGI programs?
Answer Posted / guest
Servlets are written in Java and are platform-independent.
Servlets run under the JVM and may be secured using the Java
sandbox.
Servlets run as threads and may be preloaded to improve their
performance.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What do you mean by deployment descriptor?
What is difference between cookies and httpsession?
What are the life-cycle methods for a servlet?
What is the procedure for initializing a servlet?
Explain the jar and war files in servlet?
What are the different methods involved in the process of session management in servlets?
Explain the different ways for servlet authentication?
Define the lifecycle for executing a jsp page.
How to get the server information in a servlet?
What is the need of session tracking in web application?
Is it possible to have a constructor inside the servlet?
What is the process to implement doget and dopost methods?
What is the difference between the include() and forward() methods?
What are the differences between forward() method and sendredirect() methods?
What’s the difference between genericservlet and httpservlet?