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 the Main functions of Java?
What is dot operator?
Can we override data members in java?
How to split a string in java?
What is the final keyword denotes?
What is keyword and identifier?
Explain the purpose of garbage collection in Java?
What is a bufferedreader?
What java is used for?
Explain about class in java?
What is a layout manager and what are different types of layout managers available in java awt?
What is meant by overloading?
What is hashset in java?
When do we use synchronized blocks and advantages of using synchronized blocks?
What is a singleton class in Java?