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 |
Which method of the httpservletrequest object is used?
Who is responsible to create the object of servlet?
What is the difference between a generic servlet and http servlet?
Can threads be used in Servelet?
Difference between java beans & servlets?
how the server will know its the same jsp page?
Can you use javascript in servlets?
What is the use of httpservletrequestwrapper?
What is url encoding and url decoding
What are the difference between session and cookies in servlet? Explain
Describe servlet?
What is the use of java servlet api?