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 |
Explain how to force the garbage collection in java.
What is the purpose of encapsulation?
What are different type of exceptions in java?
Can a static method be overridden in java?
What collections you have worked on? Internal working of Hashmap?
What does exp mean in math?
What is thread start?
Can you pass by reference in java?
What are scriptlets?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
What is anonymous inner class?
Why Over riding is Run Time Polymorphism?