What is a lock in jdbc?


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

Post New Answer

More JDBC Interview Questions

What is static Synchronized method in JDBC API? Give an example?

3 Answers   3 Edge Solutions, R Systems, Sirvisetti Global Services,


What is the return type of class.forname() method?

0 Answers  


What are statements in JAVA ?

1 Answers   CTS,


How to find total column from a resultset?

6 Answers   TSYS,


What is sqlwarning?

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 necessary steps to connect to the database in java?

0 Answers  


How we store procedure in oralce for callable statements in jdbc

0 Answers  


How can you sort dates?

1 Answers  


If I use the JDBC API, do I have to use ODBC underneath?

0 Answers  


Is JDBC a language or Application?

3 Answers  


What are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver?

4 Answers   IBM,


Categories