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
How to use string tokenizer class.
Can we create a class inside a class in java?
Does java isempty check for null?
Why singleton class is used in java?
What are checked exceptions?
What is quick sort in java?
Can you extend main method in java?
Is arraylist zero based?
What is difference between protected and private?
What is Java Package and which package is imported by default?
What is module with example?
What are the steps in the jdbc connection?
What happens to the Exception object after handling an exception?
What is meant by vector class, dictionary class, hash table class, and property class?
what is server side caching?