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 |
What is use of a abstract variable?
Explain about collection interface in java?
Why do we create public static method in java?
Explain about main() method in java ?
Give us the name of the list layoutmanagers in java?
What is clipping and repainting and what is the relation between them?
In collection sorting comparable and comparator interface will be used..but why this two interfaces required..two will work same purpose so why there are two interfaces instead of one?when to use comparator and when to use comparable?
real time example for deadlock,starvation,livelock
What are order of precedence and associativity, and how are they used?
What is anagram in java?
When will we use class loader?
how to handle exceptions in ejb?