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
why java does not support unsigned keyword?
What is oops in java?
How is abstraction implemented in java ?
Explain the access modifiers for a class, method and variables?
Differences between C and Java?
Can we change the scope of the overridden method in the subclass?
What is method with example?
Is null a string in java?
Why singleton class is used in java?
Explain OOPs concept.
How many characters is 16 bytes?
What are thread local variables?
Explain the difference between intermediate and terminal operations in java8?
what is the difference between process and thread? : Java thread
What is autoboxing in java?