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 |
what is use of business objects?
What isan abstract class and when do you use it?
Difference between stack and queue?
Is empty set an element of empty set?
Explain constructors and types of constructors in java.
What are the restrictions that are applied to the java static methods?
describe synchronization in respect to multithreading? : Java thread
Can this keyword be used to refer static members?
What are instance variables?
What modifiers are used for interface declaration?
what is the use of clone() in real time scenario?
Does java arraylist maintain insertion order?