What are the common methods that are included in the http servlet class?


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

Post New Answer

More Servlets Interview Questions

When the methods init() and Distroy() will be called?

2 Answers  


What is session variable in servlets?

1 Answers  


how can you give alias to servlets?

1 Answers  


What do you mean by session tracking and also explain its techniques?

0 Answers  


Are Servlets by default thread safe or not? thanks in advance regards Sudhakar

3 Answers  






Which java application server is the best?

0 Answers  


How to upload a file to the server using servlet?

0 Answers  


What are the types of ServletEngines?

1 Answers  


What is the difference between forward () and sendredirect () functions in servlet? Explain

0 Answers  


Define the life cycle of a servlets.

0 Answers  


How will two or three servlets interact or communicate with each other?

0 Answers  


difference between request.getSession(false) or request.getSession() and request.getSession(true)

2 Answers  


Categories