What are the types of statement? explain



What are the types of statement? explain..

Answer / 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

More Core Java Interview Questions

Define canvas?

0 Answers  


What is a protected method?

0 Answers  


In which language JVM (Java Virtual Machine) is implemented

5 Answers  


What is the purpose of an interface?

0 Answers  


What is math floor in java?

0 Answers  






Why is java called the platform independent programming language?

0 Answers  


What do you mean by data type?

0 Answers  


Is empty string in java?

0 Answers  


What is the difference between quicksort & mergesort? When should they be used? What is their running time?

0 Answers   Akamai Technologies,


How does hashset works in java?

0 Answers  


Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

0 Answers  


If a variable is declared as private, where may the variable be accessed?

0 Answers  


Categories