Why do we use jdbc in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the role of class.forname while loading drivers?
What is Type-3 Driver and when this driver is used?
What packages are used by jdbc?
How vendor Naming registry supports JNDI?
How do java applications access the database using jdbc?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is difference between odbc and jdbc?
What are the jdbc drivers in java?
what is connection pooling?
commit() and rollback() methods are defined in which interface?
How do I find whether a parameter exists in the request object?
Why prepared statements are faster?