How we say that PreparedStatment is Precompiled? where it
will be compiled?
Answer Posted / dsr
When ever call the preparedstatement at firsttime,at that
time, the statement will be parsing as a query string and
create the object. This function will be doing in
serverside.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different types of drivers under jdbc?
What do you mean by odbc?
What does the jdbc connection interface?
What are the functions of the jdbc connection interface?
What is jdbc architecture in java?
Is jdbc object oriented?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What is jdbc thin client?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What is jsp and jdbc?
What is jdbc explain?
What is represented by the connection object?
Explain the role of driver in jdbc.
What are types of jdbc drivers?
How java can be connected to a database?