Explain the difference between inner and outer join ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how data flows from view to db and reverse
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
How does jdbc driver work?
What is resultset?
How can we move the cursor in a scrollable result set?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
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 to set the attribute concurrency in resultset?
What does it mean to "materialize" data?
What is the use of getGeneratedKeys() method in Statement?
What is jdbc architecture in java?