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 |
What is an advantage of using the jdbc connection pool?
What are the differences between statement and preparedstatement interface?
How do you insert images into database using jdbc?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
Can we use the one instance of Statment to execute more than one query ?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
signature of init method?
Where is jdbc used?
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>......
Explain about the drive manager class working?
How many rowset are available in jdbc?
What are types of resultset?