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
What is the impact of declaring a method as final?
What is the difference between array and array list in java?
Can you explain the meaning of aggregation and composition
What is outofmemoryerror in java?
What invokes a thread's run() method in java programming?
How to convert string to char and vice versa?
What if I write static public void instead of public static void in java?
What are the advantages of unicode?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is an iterator java?
What is difference between c++ and java ?
How does arrays sort work in java?
Difference between method overloading and overriding.
How can constructor chaining be done by using the super keyword?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread