Hi to all.. well i want to make a standalone application
which can use the concept of connection pooling, constraint
is that i have not to use any application server like
weblogic etc.
Please help me out.
Thaks in advance.
Answer Posted / biswa
You need to write JDBC programmes which supports connection
pooling. You need to provide Syncronised mathods to achieve
Connection pooling. but again you need to specify your
server specific pool Size to initialize no of JDBC
Connections you need in the pool during start up.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of connection?
What are the benefits of PreparedStatement over Statement?
What is jdbc class forname?
How we can you use preparedstatement.
Describe odbc?
What is a java driver?
What is new in JDBC 2.0?
What is savepoint in jdbc?
How do I set properties for a JDBC driver and where are the properties stored?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What are the common jdbc exceptions?
What is difference between jdbc and odbc?
What is jdbc driver in java?
How to check jdbc connection in linux?
What is use of connection pooling?