what is meant by connection pooling?
Answers were Sorted based on User's Feedback
Answer / sknkarthik
connection pooling is collection of data base collection
that are opend once and loded in to the memory. so these
connection can reuse without reconnect in to the dbms
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mayilvahanan
Connection pooling is the proper way of handling a database
connection.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / guest
Pre creation of connection objects ,by using jndi
or
implementing our own method()
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / bawa
<<collection of data base collection>> should be corrected as "collection of data base connections"
Is This Answer Correct ? | 0 Yes | 1 No |
Explain what should be done when a SQL exception is raised?
Diff. types of triggers..
Explain the difference between inner and outer join ?
Explain the sequence of steps to connect to the database?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is connection pooling? What Method and class used for Connection pooling in Java?
What are the components of jdbc?
What is the function of drivermanager class?
i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me
How do I know which jdbc driver to use?
How do I find whether a parameter exists in the request object?
How does jdbc driver work?