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
Whether thread can be used in servlets?
What do you mean by interservlet communication?
When should you prefer to use doget() over dopost()?
What is httpservlet class?
How we can call a jsp from the servlet?
what do you understand by url rewriting?
What is a servlet context object?
what is multiple server?
What is the disadvantage of cookies?
What is Client-Server Computing?
What is meant by servlet? What are the parameters of the service method?
What do you mean by session tracking and also explain its techniques?
What mechanisms are used by a Servlet Container to maintain session information?
what is servlet chaining?
What is the difference between forward () and sendredirect () functions in servlet? Explain