What is a deployment descriptor?
No Answer is Posted For this Question
Be the First to Post Answer
What are different ways for authentication of servlet?
What is servlet container?
What compiler do not do if we create our own constructor?
Can you call a jsp from the servlet?
What are the mechanisms used by a servlet container for maintaining session information?
What are the different methods involved in generic servlet?
What are the ways to handle multi-threading in servlets?
Differentiate between get and post?
explain the advantages of servlet life cycle?
Explain the methods of request dispatcher in servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
When a servlet accepts a call from a client, it receives two objects. What are they?