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
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What is cookie in servlet?
What is the dispatcher servlet?
What do you mean by httpservlet and how it is different from the genericservlet?
What is the difference between the servlets and cgi programs?
When to use doget() and when dopost()?
Which are the different ways you can communicate between servlets?
What are the different ways we can maintain state between requests?
Define the servlet mapping.
Difference between java beans & servlets?
how many jsp scripting elements are there and what are those?
Describe some assignments that are executed by servlet container?
How do you design microservices?
The code in a finally clause will never fail to execute, right?
Explain web application directory arrangement?