Differentiate between get and post?
No Answer is Posted For this Question
Be the First to Post Answer
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
If servlet receives multiple requests, how many objects will it create?
What is the difference between Difference between doGet() and doPost()?
What do you mean by servlet?
What is the difference between RequestDispatcher and sendRedirect?-
Explain the difference between servlet and cgi?
What are the phases of a servlet life cycle?
What do you mean by url pattern in servlet?
Define servlet mapping?
What do you mean by singlethreadmodel interface?
Is it possible to have a constructor inside the servlet?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)