What is preparedstatement in jdbc?


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

Post New Answer

More JDBC Interview Questions

What is jdbc odbc driver?

0 Answers  


What is preparedstatement in jdbc?

0 Answers  


Which is better odbc or jdbc?

0 Answers  


RowSetInternal caller and returns void. What can I do in the readData method?

0 Answers  


How do I insert/update records with some of the columns having NULL value?

0 Answers  






What are the different types of interfaces in the api component?

0 Answers  


What are the steps to connect to the database in java?

0 Answers  


State the different connection methods used for creating different types of sql.

0 Answers  


What is metadata in java programming?

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  


How many categories of jdbc drivers are there?

0 Answers  


Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


Categories