Give steps to connect to the db using jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What is a jdbctemplate?
What is new in JDBC 2.0?
What is encrypted connection?
If you are truncated using JDBC, how can you that how much data is truncated?
What do you mean by metadata and why we are using it?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
How does a file store compare with a jdbc store?
What is difference between jdbc and odbc?
how can we connect to db without using getConnection() method
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What are the considerations for deciding on transaction boundaries?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?