What is the difference between get and post methods?
No Answer is Posted For this Question
Be the First to Post Answer
Write a servlet to upload file on server.
What are the types of an http request?
What are all the protocols supported by httpservlet?
Explain in brief the directory structure of a web application?
Can we define constructor in Servlet class?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.
What are the differences between the servletconfig interface and the servletcontext interface?
How to pass a requrest object of one servlet as a request object to another servlet?
What are the classes and interfaces for servlets?
What is URL Encoding?
What are the exceptions thrown by Servlets?
Explain mvc pattern.