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 loop means?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is the use of list in java?
What is jvm? Why is java called the platform independent programming language?
What are the major drawbacks of external iteration?
Explain the difference between an Interface and an Abstract class?
What is nextline method in java?
What is the use of generics? When was it added to the Java development Kit?
What is enhanced loop in java?
How do you declare a variable?
What is java util concurrentmodificationexception?
What does a za z0 9 mean?
What languages are pass by reference?
What is the difference between C++ and Java and your preferences?
What state does a thread enter when it terminates its processing in java programming?