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 / prasad
which server u r using ..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Expalin the method of calling a stored procedure from jdbc.
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is namedparameterjdbctemplate?
How can I get information about foreign keys used in a table?
What is an encrypted internet connection?
Why do we need jdbc driver?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
How will you perform truncation using JDBC?
How can I write to the log used by DriverManager and JDBC drivers?
How to make updates to updatable result sets in jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
How can we store and retrieve images from the database?
Which database is used for java?
What is jdbc connection string?
What are dml and ddl?