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
Explain creation of statement object with connection method create method with help of an example.
What is jdbc connection?
Explain the importance of drivermanager.
How can you know about drivers and database information ?
Where is jdbc used?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What do you understand by jdbc driver and explain its types?
Which type of JDBC driver is the fastest one?
What is a jdbc connection string?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What is JDBC PreparedStatement?
What is the role of class.forname while loading drivers?
What is jdbc thin client in oracle?
What is CLOB and BLOB datatypes in JDBC?
Name the types of jdbc drivers.