Answer Posted / malli
Static query will create an execution plan during compilation.
Dynamic query will create execution plan at run time.
Its very slow in execution since building the plan at run
time makes it too slow.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between string, stringbuffer and stringbuilder?
How do you sort a string in java?
Define class?
What are kinds of processors?
What is the difference between a static and a non-static inner class in java programming?
What is use of a abstract variable?
Is c better than java?
Why pass by reference is not possible in java?
What are the differences between stringbuffer and stringbuilder?
What is java reflection?
What is the difference between checked exception and unchecked exception?
What exactly is methodology?
What is meant by class loader? How many types are there? When will we use them?
What is composition in java?
What is an exception in java?