what is difference between prepare stetement and callable
starement with example?
Answer / dileep
prepare statement means pre-compiled and we can create one
sql staatement but callable statement used to we can create
no of sql statements and using statement we can create
stored procedure.
| Is This Answer Correct ? | 5 Yes | 2 No |
Can an integer be null java?
What is a variable in java?
What is a static class in java?
Is nullpointerexception checked or unchecked?
Why is stringbuffer not immutable?
Explain heap sort?
Explain access modifiers in java.
Why does abstract class have constructor?
What is thread safe java?
If set accepts only one argument then how can it compare two objects to avoid duplicates
What are the steps to do connection pooling in weblogic?
What is the final method?