1.

What Is The Difference Between Prepared Statement And Statement In Java?

Answer»

A STATEMENT is parsed and executed each time its call SENT to database. A prepared statement MAY be parsed once and executed repeatedly with different PARAMETERS.

A statement is parsed and executed each time its call sent to database. A prepared statement may be parsed once and executed repeatedly with different parameters.



Discussion

No Comment Found