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 protocol does jdbc use?
What is the role of class.forname while loading drivers?
What are the standard isolation levels defined by JDBC?
How can we store the file in the oracle database?
What is type 4 jdbc driver?
What are the common tasks of JDBC?
What is resultsetmetadata?
Define preparedstatement.
What are the differences between stored procedure and functions?
Explain how to make updates to the updatable resultsets.
Which is better odbc or jdbc?
What is 2 phase commit?
Explain creation of statement object with connection method create method with help of an example.
Compare jdbc and odbc and how is jdbc required in this context.
What are types of resultset?