adspace
can someone tell me how does preparedstatement works? its
an interface and where is the implementation?
Answer Posted / sreekanth madamanchi
1. Yes PreparedStatement is and interface. It was in
java.sql package.
2. PreparedStatement interface creates an object that
represents a precompiled SQL statement. By using this we
can protect from SQL Injection.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers