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
If some new data has entered the database, explain how can a servlet refresh automatically?
Servlet is pure java object or not?
Why servlet is faster than jsp?
What is cookies in servlet with example?
What is java servlet?
What do you mean by cgi and what are its drawbacks?
What is httpservlet and how it is different from genericservlet?
What is servlet and list its types?
How the JSP file will be executed on the Server side?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is called servlet container?
What are Servlets?
Explain the difference between servletconfig and servletcontext in servlet?
How can I send user authentication information while making URL Connection?
What is servlet container. how it works?