What driver should I use for scalable Oracle JDBC applications?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
how can we connect to db without using getConnection() method
When does the result for an sql statement return null?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is metadata in jdbc?
What is the difference between ojdbc6 and ojdbc7?
What is metadata in java programming?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
what does the method Class.forName returns?
Explain about the drive manager class working?
Why are we using blob datatypes in jdbc?
What does executequery return in java?