What code optimizations techniques you follow in general
practice?
Answer Posted / meena
1. Elimination repeated sub-expressions.
2. Eliminating the dead- code.
3. Replacing multiplication and division by bit shift operators.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Is array a class in java?
What is Session reduplication and how its done?
Why vector is used in java?
How will you reverse a singly-link list?
What do you understand by final value?
Explain the differences between static and dynamic variables?
What does it mean that a method or field is “static”?
Mention some interfaces implemented by linked list in java.
What are the disadvantages of object oriented programming?
When is finally block not called?
Is null keyword in java?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What is the difference between choice and list?
How do you check if a string contains only numeric digits?
What methodology can be employed to locate substrings inside a string?