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
Name the types of jdbc drivers.
Why do we use jdbc?
How can we retrieve the file in the oracle database?
What are restrictions on triggers?
What is addbatch jdbc?
What is jdbc dialect?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What does the jdbc resultsetmetadata interface?
Explain the two tier and three tier architecture of jdbc.
What are collection pools?
Describe the steps needed to execute a sql query using jdbc.
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is JDBC Batch Processing and what are it’s benefits?
How does jdbc connect to database?
Is jdbc and orm?