Answer Posted / pramod kumar
If you are using any tool debug the code using the tool's
debugger it will help you a lot
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of servlet?
If servlet receives multiple requests, how many objects will it create?
How can you create a session in servlet?
Which java framework is most popular?
Difference between doget and dopost?
How to read request headers from servlets?
Explain mvc pattern.
What is string tokenizer?
List the Different types of servlet?
What are session variable in servlets?
Which exception is thrown if the servlet is not initialized properly?
What is a generic servlet?
What is servlet and its life cycle?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is servlet container. how it works?