What are different ways for servlet authentication?
No Answer is Posted For this Question
Be the First to Post Answer
i need connection pooling code.....from harpreet.your@gmail.com
Name the different ways of session tracking.
1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What is the difference between servlet config and servlet context.
19 Answers TCS, Tech Mahindra, Vertex,
Explain url encoding?
Write a program to show the functionality of servlets.
What is Generic Servlet and how it is different from Http Servlet?
Why are servlets used?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.
What is servlet initializer?
can we override service method in my servlet class..?? if yes or no why ??