What type of protocols are used in HttpServlet?
Answers were Sorted based on User's Feedback
Answer / nagababu
HttpServlet only Supports HTTP and HTTPS protocols
Is This Answer Correct ? | 18 Yes | 1 No |
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
What is servlet collaboration?
What are the different methods of session management in servlets?
What do you mean by cgi in servlet?
What are the various ways of session supervision in servlets?
Name the different ways of session tracking.
What is a servlet?
What is ServletContext() and what is its use?
9 Answers Prime Technology, TCS,
What’s the difference between sendredirect and forward methods
What is servlet mapping?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
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.