Difference between Generic Servlet and HTTP Servlet?
Answer Posted / javaguru
Thru Generic servlet we can establish Protocal indipendent Communication(mobile,PDA etc),where as Httpservlet provides only Client (browser),server communication thru Http protocal,in which keep track Session...
| Is This Answer Correct ? | 27 Yes | 4 No |
Post New Answer View All Answers
What is meant by jdbc?
What are the considerations for deciding on transaction boundaries?
Why do you use a data source object for a connection?
Can we have foreign key reference to a non primary key column ?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
How many ways can you update a result set?
What is createstatement method in java?
What is meant by dao?
What is difference between statement and preparedstatement in jdbc?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is two-phase commit in the database?
Jdbc-odbc bridge is multi-threaded or not?
If I use the JDBC API, do I have to use ODBC underneath?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Explain some new features available in jdbc 4.0?