What is executequery in java?


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

Post New Answer

More JDBC Interview Questions

please tell me the name and url path for type-4 driver ?

1 Answers  


List the common jdbc exceptions ?

0 Answers  


How to check jdbc connection in java?

0 Answers  


What are the different types of resultset?

0 Answers  


Is jdbc a web technology?

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  


Explain the locking system in jdbc & its types?

0 Answers  


Explain about Join?

0 Answers  


What is a PreparedStatement?

3 Answers   Infosys,


What is the syntax of URL to get connection?

1 Answers  


What is jdbc connection?

0 Answers  


What are the classes and methods used for sending sql statements to database?

0 Answers  


Categories