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.

Answers were Sorted based on User's Feedback



Hi to all.. well i want to make a standalone application which can use the concept of connection p..

Answer / prasad

which server u r using ..

Is This Answer Correct ?    0 Yes 0 No

Hi to all.. well i want to make a standalone application which can use the concept of connection p..

Answer / 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

Hi to all.. well i want to make a standalone application which can use the concept of connection p..

Answer / natraj

One of the service provided by App server or webserver is
connection pooling.If there is no app server or webserver
it is not possible to work with connection pooling.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is an odbc driver?

0 Answers  


Can resultset be null in java?

0 Answers  


What is isolation level? How to set it?

0 Answers   FGG,


Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


What is new in JDBC 2.0?

0 Answers  






What is jdbc url for mysql?

0 Answers  


What do you mean by database connection pooling?

0 Answers  


What packages are used by jdbc?

0 Answers  


Does jdbctemplate close connection?

0 Answers  


Does jdbc require oracle client?

0 Answers  


What is correlated subquery?

0 Answers   emc2, JK Technosoft,


Is not bound in this context unable to find jdbc spring boot?

0 Answers  


Categories