can servlet have instance variables?
Answer Posted / ramana
it is not recomended to use instance variables in servlet...if necessary use static variables..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the steps that are involved in using the httpservlet class?
What is the directory structure of web application?
What is servlet name in web xml?
Is it good idea to create servlet constructor?
Why is httpservlet declared abstract?
Difference between get and post in java servlets?
What is the use of servletconfig interface?
What is http servlet? Explain with the help of an example.
What do you understand by mime type?
What is java servlet?
What is the
Write a program to show the functionality of doget and dopost method?
What are some advantages of storing session state in cookies?
Explain session tracking and its importance?
What is the purpose of dispatcherservlet properties?