Is java a database?


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

Post New Answer

More JDBC Interview Questions

How to update a resultset programmatically?

0 Answers  


How to create Connection interface object because it is Interface , Interface is not instansiated?

9 Answers   Aptech, CTS, HCL,


What is the meaning of “dirty read” in the database?

0 Answers  


How can I instantiate and load a new CachedRowSet object from a non-JDBC source?

0 Answers  


Can we make a database connection from HTML ?

6 Answers   Aptech, BOB Technologies, Cap Gemini, Wipro,






What are static and dynamic queries?

1 Answers  


State the three different ways in which you can create a table?

0 Answers  


Can we have foreign key reference to a non primary key column ?

0 Answers  


What is JDBC Driver interface?

0 Answers  


What are different types of ResultSet?

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  


Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?

0 Answers  


Categories