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 the advantages of using jdbc datasource?

0 Answers  


How to check jdbc driver version in sql server?

0 Answers  


which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.

2 Answers   TCS,


What does jdbc stand for?

0 Answers  


When you will get error like ?No suitable driver??

2 Answers  


How can you make a connection?

0 Answers  


What type of driver called is pure Java driver?

3 Answers   Vertex,


Why do we use jdbc statements?

0 Answers  


What is executequery in java?

0 Answers  


How do you determine the sensitivity of the ResultSet object?

0 Answers  


Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?

2 Answers  


How does jdbc driver work?

0 Answers  


Categories