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 |
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
Can a class have multiple constructors?
To what value is a variable of the Boolean type automatically initialized?
What is concurrent hashmap and its features?
is there any function in java to make the text to blink?
Can I declare class as static or private?
What happens to a static var that is defined within a method of a class?
How java is platform independent?
41 Answers College School Exams Tests, Infosys, TCS,
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
What about features of local inner class?
How many types of parsers are there?
How is hashset defined in java?