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 |
Which java ide is used the most?
How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?
How to add menushortcut to menu item?
what is nested class in java?
What modifiers are used for interface declaration?
As a developer what steps do you take to improve the performance?
Functionality of JVM?
what is meta-Inf?
Which is easier netbeans or eclipse?
What is hashtable and explain features of hashtable?
How do constructors use this() and super()?
What is string and example?