How vendor Naming registry supports JNDI?
No Answer is Posted For this Question
Be the First to Post Answer
What type of driver you use in real-time projects?
what are the Different types of exceptions in JDBC?
List some new features available in jdbc 4.0?
Jdbc-odbc bridge is multi-threaded or not?
How many categories of jdbc drivers are there?
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>......
How many locking systems are there in jdbc?
Is jdbc a protocol?
How can we retrieve data from the resultset?
What are the differences between resultset and rowset?
Why do we use jdbc statements?
What do you mean by metadata and why we are using it?