What is ODBC and JDBC? How do you connect the Database?
No Answer is Posted For this Question
Be the First to Post Answer
What class.forname will do while loading drivers of jdbc?
What is the JDBC?
write down exceptions those appear in java programs when u write JDBC Programs?
What are different parts of a url?
How do I set properties for a JDBC driver and where are the properties stored?
Which interface is responsible for transaction management in jdbc?
Is jdbc open source?
What are the three parts of a jdbc url?
What is the feature of jdbc v4?
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 meant by a ResultSet?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?