Answer Posted / priyanka prataprao pawde.
two types of servlets:
1.Generic Servlets.
2.HTTP Servlets.
| Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
How do you find out what client machine is making a request to your servlet
What is a servlet-to-servlet communcation?
Why do we need a constructor in a servlet if we use the init method?
What are the supporting protocol by HttpServlet ?
Whether we can get deadlock situation in servlets?
What is the procedure of invoking different servlet in a different application?
Explain web container.
What exception should be thrown when servlet is not properly initialized?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How we can get ip address of client in servlet?
What is cgi?
What are session variable in servlets?
Which interface should be implemented by all servlets?
What is the difference between get and post methods?
Differentiate between get and post?