What is servlet attributes and their scope?
Answer / Mohd.islam
Servlet Attributes are data structures associated with a Servlet object to store information that needs to be accessed by multiple methods within the same servlet or across multiple servlets. The scope of these attributes can be: Request Scope, Session Scope, Application Scope.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write all the phases defined in servlet life cycle?
can i call init() method in destroy() method of servlset. ?
How can the referrer and the target urls be used in servlet?
What is ServletContext object?
What is servlet tunnelling?
How do you deal property files in servlet?
Why is a constructor needed in a servlet even if we use the init method?
What is a generic servlet?
What are cookies and how will you use them?
What are the types of protocols supported by httpservlet ?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What are the phases of a servlet life cycle?