Answer Posted / shankar
we can
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Is servlet thread safe?
What is Servlets and explain the advantages of Servlet 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 setattribute in servlet?
What is new in ServletRequest interface ? (Servlet 2.4)
How will you pass values from HTML page to the servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Whether we can get deadlock situation in servlets?
What is the structure of the http response
How can you start a jta transaction from a servlet deployed on jboss?
Write the code to get the server information in servlet.
Why do we need a constructor in a servlet if we use the init method?
What is the difference between Servlets and Applets?
What is the need of servlet filters?
What are the features added in Servlet 2.5?