Difference between Generic Servlet and HTTP Servlet?
Answer Posted / venkata ramana chimmana
1.Http servlet uses http protocol where as in generic
servlet it does not use the protocol.This servlet we can
uses in application server and web server.This servlet also
supports the anothor protocols like Tcp-ip also.
2. There are two methods in Http protocol i.e doGet() and
doPost().This sevlet take HTTP requst only,and give Only
HTTP responce only.This type of servlets can handle only
web server.
| Is This Answer Correct ? | 37 Yes | 8 No |
Post New Answer View All Answers
What is jdbc databasemetadata interface?
Why prepared statements are faster?
What are types of jdbc drivers?
What are the basic exceptions in jdbc?
What is jdbc oracle thin?
What is benefit of using preparedstatement in java?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Is jdbc an api?
Name the new features added in jdbc 4.0.
Describe how the jdbc application works.
Why are we using blob datatypes in jdbc?
What are the utilities of the callablestatement?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What are the differences between execute, executequery, and executeupdate?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?