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?................
Answer Posted / syed sadhik
It’s just pre compile SQL while run time it’s execute query.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
Is it possible to connect to multiple databases simultaneously?
Give steps to connect to the db using jdbc?
Explain the JDBC Architecture?
What is JDBC PreparedStatement?
java based application for hospital management
What are database warnings in jdbc and how can we handle database warnings in jdbc?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
Explain how to make updates to the updatable resultsets.
Is jdbc a web technology?
How are jdbc statements used?
What class.forname does, while loading the drivers?
How can you make a connection?
What is the role of jdbc drivermanager class?
What is database connection pooling? Advantages of using a connection pool?