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 about the drive manager class working?
Explain how data flows from view to db and reverse
What do you mean by batch processing in jdbc?
What does the jdbc resultsetmetadata interface?
What does executeupdate return in java?
What are restrictions on triggers?
How to update a resultset programmatically?
Explain the locking system in jdbc?
What are the common tasks of JDBC?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How does jdbc connect to database?
What is the full form of jdbc?
What is jdbc in java?
What is JDBC PreparedStatement?
What are the new features added to JDBC 4.0?