What is the difference between get and post methods?
No Answer is Posted For this Question
Be the First to Post Answer
If servlet receives multiple requests, how many objects will it create?
What is servlet container?
What’s the difference between genericservlet and httpservlet?
What is the ServletConfig() and what is its use?
How can I send user authentication information while making URL Connection?
How will two or three servlets interact or communicate with each other?
Why is init() method is used in servlets?
What is the purpose of inter-servlet communication?
List the Different types of servlet?
What is the difference between a generic servlet and http servlet?
Can you send the mail from a servlet ,if yes tell how?
can i override service method