Why are servlets used?
Answer / Farha Adil
Servlets are used in web development to handle HTTP requests and generate dynamic content on the server side. They provide a simple way for developers to build web applications, especially when compared to CGI scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain jsessionid?
What is java servlet?
How are Sessions are more advantage than using of Cookies or URLReWriting?
what is the advantage of using Servlets over CGI programming?
Which java application server is the best?
What are the difference between HttpServlet and GenericServlets?
What is context switching?
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
How to pass a requrest object of one servlet as a request object to another servlet?
What are the methods in HttpServlet?
What do you mean by httpservlet and how it is different from the genericservlet?
What is called servlet container?