How the JDBC application works?
No Answer is Posted For this Question
Be the First to Post Answer
What are devices?
What is Statement and PreparedStatement? whatz the difference?
What is the return type of execute, executequery and executeupdate?
What are the different types of lockings in jdbc?
What is Type-4 Driver and when this driver is used?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What are the different types of statements in jdbc?
What is dburl?
How can we execute stored procedures using callablestatement?
How many rowset are available in jdbc?
When do we use execute method in java jdbc?
Write a program JDBCcode forfetching student database with SQL.