What are the advantages of using preparedstatement in java?
No Answer is Posted For this Question
Be the First to Post Answer
how can connection with oracle10g with java
What is JDBC DataSource and what are it’s benefits?
Under what circumstances, that all four drivers are used?
What is correlated subquery?
0 Answers emc2, JK Technosoft,
What is Type-2 Driver and when this driver is used?
Write an sql to find all records having all numeric characters in a field ?
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>......
What is jdbc connection interface?
What are the jdbc api components?
Difference between JDBC and Hibernate? Give one sample based on the variance?
Which database is used with java?
What is statement and resultset in jdbc?