Biology, asked by rajankavi3130, 1 year ago

Difference between preparedstatement and createstatement

Answers

Answered by jyotishjeeya
1
The prepared statement concept is not specific to Java, it is a database concept. Precompiling of statement means, when you execute a SQL query, database server will prepare a execution plan before executing the actual query, this execution plan will be cached at database server for further execution. 
Similar questions