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
What are different types of expressions?
Difference between operator overloading and function overloading
Is array a class?
What is a final class ?
How to stop a thread in java? Explain about sleep () method in a thread?
Explain reverse a linked list recursive java solution?
Is string a class?
What is collection class in java? List down its methods and interfaces.
What is the right data type to represent a price in java?
What is the abstract class?
What are the ways in which a thread can enter the waiting state?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What is bigger kb or mb?
Which collection is thread safe in java?
How many bits is a float?