What are the types of statement? explain

Answer Posted / dsr

There are three types of statements
1.statement
2.preparted statement
3.callable statement.

1.statement:like as sql query.
2.prepared statement:pre-compiled sql query.
3.callable statement-to call the stored procedure.

Is This Answer Correct ?    38 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of volatile in java?

601


Why do we need array in java?

534


What are the advantages of java over cpp?

554


Name few java 8 annotations ?

565


Why is a string immutable?

546






Is array a class in java?

505


What are the java ide’s?

575


What occurs when an object is constructed?

571


What is time complexity algorithm?

548


What is the use of predicate in java 8?

494


Can a class extend more than one class?

614


Are arrays classes in java?

535


Explain about join() method?

552


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

627


What will be the default values of all the elements of an array defined as an instance variable?

558