Servlet Basics Set 4

Which life cycle metod isĀ  calledĀ  once in tservlet life?

Which method is called when client request come?

Which method doesn't exists in HttpServlet Class?

Which interface contain servlet life-cycle methods?

Which of these life-cycle method you can over-ride in your class?

Which statements are true about ServletConfig?

Which statement is not true about ServletContext?

Which http method is idempotent?

If you are not putting method name in your form tag, what is the default method?

Which method decide which method will call i.e doGet() or doPost()

based on http method of http request?