7. With regard to PreparedStatement and Statement describing the error is ()

About PreparedStatement and Statement describing the error is ()

A. In general, PreparedStatement perform more efficient than Statement

B.PreparedStatement will be pre-compiled SQL statement

C.Statement every time parsing / compiling SQL, establish and optimize the data acquisition path

D.Statement result set to perform the scan larger than PreparedStatement


This title selected D.

Because there PreparedStatement precompiled process, so the first scanned set
PreparedStatement be greater than or equal Statement

Guess you like

Origin blog.csdn.net/QiuBika_061/article/details/90181950