Answer Posted / bawa
<<collection of data base collection>> should be corrected as "collection of data base connections"
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you mean by database connection pooling?
What is use of connection pooling?
What is a java driver?
Why did my jdbc code throw a rollback sqlexception?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Describe how the jdbc application works.
What is url in jdbc connection?
How many locking systems are there in jdbc?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
How can we disable a constraint ?
What class.forname will do while loading drivers of jdbc?
What is jdbc odbc in java?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Is java a database?