-
-
-
-
-
-
-
What are the differences between GET and POST service methods?
A GET request is a request to get a resource from the server. Choosing GET as the "method" will append all of the data to the URL and it will show up in the URL bar of your browser. The amount of information you can send back using a GET is restricted as URLs can only be 1024 characters. A POST request is a request to post (to send) form data to a resource on the server. A POST on the other hand will...
-
-
-
-
JSP server process
Explain the server process how will server identifies that and response to corresponding servlet and how it sends to that response to correct user ?
-
What are the necessary conditions to override the init() in servlets?
For overriding init()method any rules are there
-
-
Difference Between Web Container and Web Server
What is the Difference Between Web Container and Web Server?(Asked in Polaris Interview , held on April 11, Chennai)
-
-
-
-
-
Waht is the difference between Generic servlet and HTTPServlet
Give me the answer
-
Servlets Interview Questions
Ans