How do I support both get and post from the same servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Elucidate servlet attributes and its scope?
What do you mean by servlet?
Why is servlet used?
How two servlets communicate with each other?
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.
Which event is fired at the time of project deployment and undeployment?
What are the differences between forward() method and sendredirect() methods?
How do u authorize and authenticate without <auth> of web.xml
Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?
Define servlet mapping?
What is the difference between RequestDispatcher and sendRedirect?-
How printwriter is different from servletoutputstream?