What is url in jdbc connection?
No Answer is Posted For this Question
Be the First to Post Answer
In JDBC, All the API?s are interfaces? Where is the actual implementation?
Can we return resultset in java?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
write down exceptions those appear in java programs when u write JDBC Programs?
How does jdbc driver work?
What is the advantage of namedparameterjdbctemplate?
Why do we need jdbc api?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
Name different methods for getting streams.
What is the difference between setmaxrows(int) and setfetchsize(int)?
How can you use preparedstatement in jdbc?