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 to get the path of servlet in the server?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Which interface should be implemented by all servlets?
How native code can be used in a servlet?
What is cgi?
How can we invoke another servlet in a different application?
Differentiate between the web server and application server?
What are the phases of the servlet life cycle?
Can you refresh servlet in client and server-side automatically?
Explain how does JSP handle run-time exceptions?
What do you mean by chaining in servlet?
What are its drawbacks of cgi?
Differentiate between get and post?
What are some disadvantages of storing session state in cookies?
What do you mean by web applications? Explain web application directory arrangement?