How will you pass values from HTML page to the servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Define the lifecycle for executing a jsp page.
How the servlet is loaded?
Write the code to get the server information in servlet.
What are the types of ServletEngines?
What are the phases of a servlet life cycle?
when you comppile the servlet is it neccesary to restaet the tomcat server?
What is the difference between RequestDispatcher and sendRedirect?-
Why is http protocol called as a stateless protocol?
how the server will know its the same jsp page?
Which HTTP method is non-idempotent?
How to set a cookie that is persisted only for the duration fo the clients session?
Why is a constructor needed in a servlet even if we use the init method?