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

Does jdbctemplate close connection?

0 Answers  


How do you insert images into database using jdbc?

0 Answers  


What are the differences between resultset and rowset?

0 Answers  


What is the fastest type of JDBC driver?

0 Answers  


Give an example for execution of sql statement.

0 Answers  


How can I determine the isolation levels supported by my DBMS?

0 Answers  


Does jpa use jdbc?

0 Answers  


What are different types of transactions?

2 Answers   HCL,


Which database is used for java?

0 Answers  


How do we call a stored procedure from jdbc?

0 Answers  


What are four types of JDBC driver?

0 Answers  


How to get a whole row of data at once?

2 Answers  


Categories