What is the use of dialect?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

How do you know which driver is connected to a database?

3 Answers  


What is CLOB and BLOB datatypes in JDBC?

0 Answers  


What is the difference between ojdbc6 and ojdbc7?

0 Answers  


What is a java driver?

0 Answers  


What are jdbc and its components?

0 Answers  






Does jdbctemplate use prepared statements?

0 Answers  


What is 2-tier and 3-tier architecture?

1 Answers   TCS,


How warnings are retrieved in JDBC?

1 Answers  


What is Apache DBCP API?

0 Answers  


What is a lock in jdbc?

0 Answers  


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>......

3 Answers  


What are the main components of JDBC ?

0 Answers  


Categories