What method is used to create database connection in
servlets?
Answer Posted / raghu
DataSource.getConnection()
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How would you create deadlock on your servlet?
What is api in servlet?
What do you mean by session tracking?
What are the key methods that are involved in processing of http servlets?
Name the packages that work with servlet?
How is an application exception handling is done using a servlet?
What is load-on-startup in servlet?
What is setattribute in servlet?
What are some disadvantages of storing session state in cookies?
Difference between doget and dopost?
What is a servlet?
What methodology can be followed to store more number of objects in a remote server?
What are some advantages of storing session state in cookies?
What is the difference between jsp and servlet life cycle?
How do you configure a centralized error handler in servlets?