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 |
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
Can we nested try statements in java?
Which class is used by server applications to obtain a port and listen for client requests?
How does multithreading take place on a computer with a single cpu in java programming?
Is java a pure object oriented language?
Which is bigger double or float?
Iterator in the HashMap is fail-safe means what?
What is the use of static keyword in "public static void main()"
10 Answers College School Exams Tests, Infosys, Six Dee Telecom,
Why java applets are more useful for intranets as compared to internet?
What is a heavyweight component?
Explain the difference between a Thread and a Process.
What is this () in java?