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 |
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
List the advantages of using datasource?
MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......
Which type of JDBC driver is the fastest one?
What are the advantages of using jdbc datasource?
Give an example for getXXX method?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What is the full form of jdbc and what is its purpose?
What is jdbc driver?
What is xe in oracle jdbc url?
In which ways is driver class is registered with drive manager?
How we can you use preparedstatement.