What is meant by Static query and Dynamic query?
Answers were Sorted based on User's Feedback
Answer / 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 ? | 3 Yes | 1 No |
Answer / 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 |
Which method is used to find that the object is exited or not?
What’s the difference between the methods sleep() and wait()?
How can you say HashMap is syncronized?
What is difference between static class and normal class?
Can we catch more than one exception in a single catch block?
What restrictions are placed on method overloading?
How can you say java is object oriented?
What is the difference between synchronized and synchronized block?
To set the position and size of a component, which methods are used?
What is the difference between jdk, jre, and jvm?
what is a package?
Is there a case when finally will not execute?