can servlet have instance variables?
Answer Posted / neeraj
Ravikiran.chd
If we implement single thread model then how servlet will
handle multiple request at a time??
So its better to avoid the use of instance variable.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
If servlet receives multiple requests, how many objects will it create?
What is setattribute in servlet?
How to commuincate between an applet and a servlet?
What are the two important api's in for servlets?
How to rectify errors in java servlet while compilation?
What is called a session?
What do you understand by mime type?
What's the servlet interface?
What is the difference between context parameter and context attribute?
What are the different ways we can maintain state between requests?
What do you mean by web applications? Explain web application directory arrangement?
Can servlet have a constructor ?
What are the kinds of http requests?
What do you mean by deployment descriptor?
How can you use a servlet to generate a plain text instead of html?