What is actual difference between statement,prepared
statement and callable statement and when we have to use it?
pls post a answer with code and clear explanation. thanks
Answer Posted / sudha
Prepared statement is precompiled statement it is used when
we want one query to be executed n no. of times.
whereas callablestatement is used to call stored procedures
| Is This Answer Correct ? | 41 Yes | 3 No |
Post New Answer View All Answers
What is super constructor?
What is the use of predicate in java 8?
How many return statement are allowed in a function?
What is java console application?
What is meant by interface?
What do you understand by casting in java language?
Can we declare main () method as non static?
What are different data types?
Explain restrictions for using anonymous inner classes?
What is finalize() function in java?
What is a constructor overloading in java?
What is boolean false?
List primitive java types?
What is object data type?
What is comparator in java?