What is jndi lookup?
No Answer is Posted For this Question
Be the First to Post Answer
Does jdbc use ssl?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What is the purpose of the jdbc resultset interface?
What are the higher level apis under development on top of jdbc currently?
What is the difference between execute, executeQuery, executeUpdate?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
How can we store and retrieve images from the database?
Result set’s index starts with 0 or 1?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
Differentiate between a statement and a preparedstatement.
What are the different classes through which JDBC represents statements?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?