What is servlet and its use?
No Answer is Posted For this Question
Be the First to Post Answer
why are using HttpServlet in realtime projects and why are not using Genericservlet
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
How can the referrer and the target urls be used in servlet?
How many Cookies can a host support?
What is the difference between JspWriter and PrintWriter
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What is a servlet?
What are the key methods that are involved in processing of http servlets?
what do you understand by url rewriting?
Is the init(ServletConfig sc) throws IOException or not?
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
What is use of parseQueryString ?