what is difference between prepare stetement and callable
starement with example?



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

Post New Answer

More Core Java Interview Questions

What will happen when using pass by reference in java?

0 Answers   HCL,


int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,


hi to all. well can you please tell me that why String class is immutable? Thanks in advance.

5 Answers   Huawei,


While opening the file, what type of exceptions can be caught?

3 Answers  


Explain the pointers in Java?

0 Answers   Aspire,






What is tcp and udp?

0 Answers  


Why local variables are stored in stack?

0 Answers  


waht happens when a return type ,even void is specified for a constructor?

11 Answers  


How to obtain a performance profile of java program

0 Answers  


How does the java compiler work?

0 Answers  


why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)

2 Answers  


what are literals in java?

2 Answers  


Categories