What is a PreparedStatement?
Answers were Sorted based on User's Feedback
Answer / umamaheswari
PreparedStatement used to send SQL Statement to the Database
It not only contains the SQL Statement ,but also the
precompiled SQL Statement.It means that when the
PreparedStatement is executed ,the DBMS just run the SQL
Statement without compiling it
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ganesan
If you want to execute a Statement object many times, it
normally reduces execution time to use a PreparedStatement
object instead.
| Is This Answer Correct ? | 5 Yes | 1 No |
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
What is device controller?
What is the return type of class.forname() method?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What are the main components of JDBC ?
How do java applications access the database using jdbc?
Under what circumstances, that all four drivers are used?
Difference between JDBC and Hibernate? Give one sample based on the variance?
What is jdbc and odbc?
What does jdbc do?