What method is used to create database connection in
servlets?
Answer Posted / ravikiran(aptech mumbai)
either using DriverManager.getConnection
(or)
DataSource.getConnection()
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Whether we can get deadlock situation in servlets?
Why the container loads server at the application startup and how?
What is the life-cycle of servlets?
What is the workflow of a servlet?
What is the default http method in the servlet?
What is the servlet?
What is a servlet?
Explain is servlet mapping?
What do you mean by deployment descriptor?
What are the different types of servlets?
Why servlet is mostly used?
Which java application server is the best?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
How do you invoke a servelt?
What are the differences between servlet context vs servlet config?