Answer Posted / niranjanravi
internally the threads are implemented in servlets
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What exactly are the functions of servlet?
What is difference between get and post method?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
How do you deal property files in servlet?
Why is a constructor needed in a servlet even if we use the init method?
What is the inter-servlet communication?
Explain request dispatcher and its methods.
request parameter how to find whether a parameter exists in the request object?
What are the steps that are required to handle the multi-threading?
Explain is servlet mapping?
How printwriter is different from servletoutputstream?
Explain the difference between get and post method in servlet?
What is URL Encoding?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
How do you run a servlet?