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
What are the advanced technologies in java?
What is java api for xml processing (jaxp)?
Are java primitives objects?
What is document root?
What is full form of j2ee?
What does the web module contain?
What is j2ee api?
What is iso 3166?
What is ejb jar file?
Why is java used?
What is credentials?
How many types of objects are there in java?
What is containers in java?
What is declaration?
What are the components of awt in java?