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 |
What is servlet exception?
6 Answers EDS, Spa IT Solutions,
How to commuincate between an applet and a servlet?
How the JSP file will be executed on the Server side?
What is the functionality of actionservlet and requestprocessor?
How printwriter is different from servletoutputstream?
can servlet have instance variables?
what is the control flow in servlet when we send a request?
How can I send user authentication information while making URL Connection?
What are cookies and how will you use them?
What is the disadvantage of cookies?
What is the difference between doGet and doPost?
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..