Why do you use session tracking in httpservlet?
No Answer is Posted For this Question
Be the First to Post Answer
can we override service method in my servlet class..?? if yes or no why ??
What methods do we use in Servlet to Applet communication?
Why do we need a constructor in a servlet if we use the init method?
What is the process for chaining servlet?
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?
Is servlet thread safe?
How do you create connections for number of users, if you want to improve performance?
What is servlet interface?
Explain url encoding?
When we don't write any constructor for the servlet, how does container create an instance of servlet?
when the jsp page is translated to servlet?
What do you mean by deployment descriptor?