What are all the protocols supported by httpservlet?
No Answer is Posted For this Question
Be the First to Post Answer
What are cookies and how will you use them?
What is the protocol used by Server & Client?
How is the get () method different from the post() method?
What is the use of send redirect () method?
How do you deal property files in servlet?
What is the purpose of dispatcherservlet properties?
What exactly are the functions of servlet?
what are the different services provided by the web server?
difference between forward and sendredirect
Differentiate between get and post?
What is difference between Forward() and sendRedirect() methode?
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?