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 are JDBC Best Practices?

0 Answers  


What do you mean by two phase commits?

0 Answers  


What is ojdbc?

0 Answers  


What is jdbc connection class?

0 Answers  


After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse

2 Answers   Wipro,






How can you tune SQL statements?

2 Answers   Wipro,


What is JDBC?

3 Answers   Akamai Technologies,


What type of drivers have you used?

1 Answers  


What is the difference between triggers and procedures?

1 Answers  


preparedstatement p= new preparedstatement is it possible ?

10 Answers   Fidelity, IBM, Infrasys,


How to rollback a JDBC transaction?

0 Answers  


What is isolation level? How to set it?

0 Answers   FGG,


Categories