what is difference between prepare stetement and callable
starement with example?
Answer Posted / 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 |
Post New Answer View All Answers
How does the garbage collector works in java?
What are the different types of sorting in java?
How many arguments can a method have java?
What's the base class in java from which all classes are derived?
What is complexity and its types?
Why stringbuilder is not thread safe?
Is 0 an even number?
Can you explain inner class.
How do you compare values in java?
What is the difference between int and integer in java?
what is function overloading in java?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Compare overloading and overriding?
Can a method be static?
How do you create immutable object in java?