- 
                    
- 
                    
- 
                    
- 
                    
- 
                    
- 
                    What are the necessary conditions to override the init() in servlets?For overriding init()method any rules are there 
- 
                    Servlet containerWhat is difference between servlet container and servlet config? 
- 
                    Forward & include methodswhat are forward & include methods? Why these are used? 
- 
                    Struts SecurityHow will you provide security to web application? 
- 
                    Is Servlets thread-safe?Service() method of servlet class is not synchronize then how will it work as thread-safe for every request at the same time? 
- 
                    What is the Servlet Interface?The central abstraction in the Servlet API is the Servlet interface. All servlets implement this interface, either directly or, more commonly, by extending a class that implements it such as HttpServlet.Servlets-->Generic Servlet-->HttpServlet-->MyServlet.The Servlet interface declares, but does not implement, methods that manage the servlet and its communications with clients. Servlet writers... 
- 
                    
- 
                    
- 
                    
- 
                    
- 
                    
- 
                    
- 
                    
- 
                    
- 
                    
Servlets Interview Questions

 
  
  
  
		
Ans