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 / 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 View All Answers
What are the advantages of database connection pooling?
Explain jdbc savepoint?
Which is better odbc or jdbc?
What does adapter class provide?
What does executequery return in java?
What is meant by jdbc and odbc?
Where jdbc drivermanager class is used?
How can I connect mysql or oracle with java?
Why do I have to reaccess the database for Array, Blob, and Clob data?
Can we return resultset in java?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What is a jdbc url?
How to rollback a JDBC transaction?
Describe odbc?
Is uri the same as url?