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 ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can a method be static?
Explain java coding standards for interfaces?
Can a constructor call another constructor?
Why is stringbuffer not immutable?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
How will you reverse a singly-link list?
What is a parameter used for?
What is difference between path and classpath variables?
Can static methods access instance variables in java?
What is double checked locking in singleton?
Which list does not allow duplicates in java?
Why inputstreamreader is used in java?
What is a dynamic array java?
Can a class be private?
Can we override protected method in java?