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
What are annotations in java?
What is floor math?
When throw keyword is used?
Can we extend singleton class?
What restrictions are placed on method overriding?
What is a two-pass assembler?
Why java is used everywhere?
Does java map allow duplicates?
What are the advantages of exception handling in java?
Explain how hashmap works?
What are the 3 types of loops in java?
Can a private method be declared as static?
What is method in research paper?
What do you mean by local variable and instance variable?
What is the intersection and union methods?