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 |
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What is the default value of the local variables?
What is the difference between serializable and externalizable interface?
What is the purpose of a default constructor?
What are the access modifiers available in java?
What are void methods?
What are the uses of synchronized keyword?
Does substring start with 0?
Explain different data types in Java.
How do you avoid global variables?
How do you remove an element from an arraylist in java?
Can a serialized object be transferred via network?