If servlet receives multiple requests, how many objects will it create?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

What is use of parseQueryString?

1 Answers  


What is meant by servlet? What are the parameters of the service method?

0 Answers  


When to use doget() and when dopost()?

0 Answers  


What is the capacity that doGet method can send to the server?

5 Answers  


How do you pass the data from one servlet to another servlet?

11 Answers   HCL,






How would you create deadlock on your servlet?

0 Answers  


how the jsp page can be regenerated?

2 Answers   HCL,


when the several requests comes to server..how it manage the requests

4 Answers   iGate,


What do you mean by filter in servlet?

0 Answers  


Is the init(ServletConfig sc) throws IOException or not?

3 Answers  


How do you create connections for number of users, if you want to improve performance?

2 Answers  


How to deal with multi-valued parameters in a servlet?

2 Answers  


Categories