What are devices?
No Answer is Posted For this Question
Be the First to Post Answer
How can I connect mysql or oracle with java?
What are the basic exceptions in jdbc?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What are the different types of 2 tier and 3 tier architecture ?
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?................
Is odbc an api?
What is a connection string used for?
What is connection pooling? What Method and class used for Connection pooling in Java?
What are the considerations for deciding on transaction boundaries?
What is jdbc in dbms?
What is the purpose of jdbc resultset interface?
When do we get java.sql.SQLException: No suitable driver found?