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 class members by default?
Difference between process and thread?
When the constructor of a class is invoked?
Name few java 8 annotations ?
What is difference between word and integer?
How many bytes is a char in java?
What is meant by class and object in java?
What are the different data types in java?
How is a structure different from array ?
What is high level language in computer?
What is the difference between instanceof and isinstance?
Can a static method be overridden in java?
What is the difference between static and non-static variables in java programming?
Can an object be null?
What is primitive data type in java?