Name the new features added in jdbc 4.0.
No Answer is Posted For this Question
Be the First to Post Answer
Where jdbc drivermanager class is used?
What are the types of jdbc drivers that exist?
Does jdbc use ssl?
How many locking systems are there in jdbc?
What are the differences between stored procedure and functions?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What is an encrypted internet connection?
Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
What is database deadlock ? How can we avoid them?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
Why do we use jdbc?