what happen if we set JDBC string to NULL?
No Answer is Posted For this Question
Be the First to Post Answer
Jdbc-odbc bridge is multi-threaded or not?
What is hbm xml?
In JDBC, All the API?s are interfaces? Where is the actual implementation?
What is meant by dao?
How do I find ojdbc jar version?
Is not bound in this context unable to find jdbc spring boot?
How to find number of records in result set?
What is resultsetmetadata?
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>......
is java pure object oriented or not ?
Why do we use jdbc?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?