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 ruby built on java?
What happens if we override private method?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
What all methods are used to prevent thread execution ?
What is nested interface?
What is ‘has a’’ relationship in java?
Explain about abstract classes in java?
Does google use java?
What data type is a string?
How you can force the garbage collection?
What is a website container?
Why is whitespace important?
Which programming language is most secure?
What is the use of default method in interface in java?
What are the data types supported by java? What is autoboxing and unboxing?