Prepared statement is a precomplie SQL statement.It is the compiled version of the query.Prepared statement has got a faster excecution time than any other statement:Prepared statement is a precompiled statement. The execution of prepared statement is fast and efficient. It saves execution time and will be executed much faster than statement object. In prepared statement object, query will be compiled in the database and it saves time when multiple operation occurs.
Category:Java Interview Questions
No comments:
Post a Comment