What is servlet? Explain
No Answer is Posted For this Question
Be the First to Post Answer
How can the referrer and the target urls be used in servlet?
Which HTTP method is non-idempotent?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Explain the different ways for servlet authentication?
What is url encoding and url decoding
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
what is session tracking?what are types of session tracking ?and when to cookies,when to use sessionmanagement,whent use url rewriting technique,plz explain briefly?
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()?
Who is responsible for writing a constructor?
What is servlet instance?
Tell us something about servletconfig interface.
How to get the actual path of servlet in server?