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 |
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What is Yield() method when we r using this ? tell exactly
Can we sort a map in java?
Whats the difference between notify() and notifyall()?
What are thread priorities and importance of thread priorities in java?
How do I convert a string to an int in java?
What is argument in java?
Do I need java on my pc?
What is the purpose of sizeof operator?
What is the difference between interpreter and compiling ?
How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
How to make a class immutable?