PreparedStatement is a pre compiled statement but where it's
pre compiled ?
Answer Posted / amitabha
What is meant by parsing here?
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why we use while rs next ())?
Differentiate between stored procedure and functions?
What is url in jdbc connection?
How will you perform truncation using JDBC?
What is jdbc odbc bridge?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
How do you insert images into database using jdbc?
How many ways that we can view a result set?
Under what circumstances, that all four drivers are used?
Write a program JDBCcode forfetching student database with SQL.
What is a java driver?
What is jdbc dialect?
Explain the importance of drivermanager.
Name the new features added in jdbc 4.0.
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?