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 is nested class?
How do we access static members in java?
How do you add spaces in java?
Why is logger singleton?
Describe the Big-O Notation.
What are recursive functions? Give some examples?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
How does sublist works in java?
What is a dot notation?
Which method must be implemented by all threads?
Does list allow duplicates in java?
Can a class with private constructor be extended?
What is an exception in java?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.