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 the difference between servlet and filter?
What must be implemented by all servlets?
What are the uses of servlet
What’s the difference between genericservlet and httpservlet?
Explain the servlet filter.
what is the difference between Servlet and JSP?Advantage of JSP over Servelt?Any concept present in JSP which we cant implement in Servlet?
31 Answers ABC, Apere, AZTEC, CTS, CybAge, iFlex, Impact Systems, Sara, TCS,
How to rectify errors in java servlet while compilation?
What are the different methods involved in generic servlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
When jsessionid is created?
Explain the different ways for servlet authentication?
What is the use of send redirect () method?