This special type of statement is derived from the more general class, Statement. If you want to execute a Statement object many times, it will normally reduce execution time to use a PreparedStatement object instead.:adding to above ans :We can preparedstatement by creating the preparedstatement object. :whnever we want to execute the query multiple times it is betterr to use PreparedStatement instead of Statement obj
Category:JDBC Interview Questions
No comments:
Post a Comment