What is ojdbc?



What is ojdbc?..

Answer / Jitendra Kumar Kushwaha

ojdbc stands for Oracle JDBC (Java Database Connectivity) driver, which is used to connect Java applications with an Oracle database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is an advantage of using the jdbc connection pool?

1 Answers  


What are the differences between statement and preparedstatement interface?

1 Answers  


How do you insert images into database using jdbc?

1 Answers  


What is jdbc? Describe the steps needed to execute a sql query using jdbc.

1 Answers  


Can we use the one instance of Statment to execute more than one query ?

2 Answers   TCS,


There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?

1 Answers  


signature of init method?

2 Answers  


Where is jdbc used?

1 Answers  


MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......

3 Answers  


Explain about the drive manager class working?

1 Answers  


How many rowset are available in jdbc?

1 Answers  


What are types of resultset?

1 Answers  


Categories