Answer Posted / rambabu gonela
all URLs on webpage is explicitly written with
reponse.encodeURL(String url) method, URL rewriting will
happen automatically if cookies don?t work with the client
| Is This Answer Correct ? | 33 Yes | 10 No |
Post New Answer View All Answers
What is called servlet container?
What are the supporting protocol by HttpServlet ?
Why do we need a constructor in a servlet if we use the init method?
How do we go with database connection and log4j integration in servlet?
How do you define a servlet?
What is URL Encoding?
What if you need to span your transaction across multiple servlet invocations?
What are all the protocols supported by httpservlet?
Why the concept of single thread model interface is used?
How would you create deadlock on your servlet?
What is servlet instance?
How do I use cookies to store session state on the client?
How can we implement a jsp page?
Can we fetch the attributes related to a servlet on a different servlet?
Can we use the constructor, instead of init(), to initialize servlet?