Which protocol will be used by browser and servlet to communicate
No Answer is Posted For this Question
Be the First to Post Answer
What methods do we use in Servlet to Applet communication?
Which HTTP method is non-idempotent?
What is URL Encoding?
Whats the advantages using servlets over using CGI?
How httpservlet is different from the genericservlet?
What is a web application and what is it’s directory structure?
Why jsp is better than servlet?
How to upload a file to the server using servlet?
What are the steps that are involved in using the httpservlet class?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
Explain the steps involved in placing a servlet within a package?
What is setattribute in servlet?