What is setattribute in servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What are the various ways of session supervision in servlets?
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
What are the functions of Servlet container?
How a servlet is unloaded?
What are different ways for servlet authentication?
What do you mean by the servlet chaining?
How can we perform any action at the time of deploying the project?
what is SSL?
servlet life cycle?
The code in a finally clause will never fail to execute, right?
What is meant by Servlet? What are the parameters of service method?
give the syntax of doGet() and doPost()?