What are different ways for authentication of servlet?
No Answer is Posted For this Question
Be the First to Post Answer
How to rectify errors in java servlet while compilation?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What exactly are the functions of servlet?
Explain the working of service() method of a servlet.
What is a parser. What does a parser do with a XML? Why do we need it?
What is servlet in web technology?
give the syntax of doGet() and doPost()?
Why should we go for interservlet communication?
Explain the servlet context.
What is called servlet container?
How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?
what is the difference between do get/dopost