What is lazy loading and what is Generic Servlet Class?
Answer / Dilshad Ali
Lazy loading is a technique used to improve the performance of web applications by only loading resources when they are needed. It helps reduce initial load times. A GenericServlet is an abstract class in Java that provides a common base for all servlets.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is called Session Tracking?
Explain the lifecycle of a servlet?
Describe the phases of servlet lifecycle?
Differentiate between the web server and application server?
difference between forward and sendredirect
Can you refresh servlet in client and server-side automatically?
What is the <load-on-startup> element?
Is there any need to shutdown the web server, if you want to modify a servlet?
Can I override destroy() method of Servlets?
How many ways to remove the session object in the container
what is SSL?
Can we use javascript in Servlets?