What method is used to create database connection in
servlets?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
either using DriverManager.getConnection
(or)
DataSource.getConnection()
| Is This Answer Correct ? | 10 Yes | 0 No |
how to use servlets with j2ee ?
How a servlet is unloaded?
Describe servlet?
How do servlets work?
What are the steps that are required to handle the multi-threading?
What is lazy loading and what is Generic Servlet Class?
what is multiple server?
What are the two important api's in for servlets?
What is the use of servlet wrapper classes?
How servlets are deployed in java?
What is the difference between servlet and filter?
What are the features added in Servlet 2.5?