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 the benefit of lambda expressions?
What is the difference between a break statement and a continue statement?
What is map and hashmap? also tell the difference.
How many types of the indexof method are there for strings?
What is the difference between jdk and jre?
How many bytes is a character?
What are the various access specifiers in java?
Can we use this () and super () in a method?
What are the advantages of functions?
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
how a marker interface gets its functionality and when we implements a marker interface how it got invoked
How do listeners work?