Post New Answer View All Answers
What is the difference between executing, executequery, executeupdate in jdbc?
How can I retrieve a String or other object type without creating a new object each time?
What is jdbc drivers in java?
What is JDBC Savepoint? How to use it?
Explain the various types of locking system in jdbc?
How do I insert/update records with some of the columns having NULL value?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Write a program JDBCcode forfetching student database with SQL.
What is database deadlock ? How can we avoid them?
What is jdbc and its types?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is the use of statement in jdbc?
How can you load the drivers?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.