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 type of variable is error flag?
What is object cloning in Java?
What are the 4 versions of java?
What is the purpose class.forname method?
What is a singleton class in Java?
Explain the differences between static and dynamic variables?
List the different types of classloaders in java.
What is the use of arraylist class in java?
Explain the significance of listiterator.
What is method in java ?
How to use arraylist in java netbeans?
What do you understand by classes in java?
What is flush buffer?
What are invisible components?.
What are the types of collections in java?