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 is a java list?
What is a Transient Object?
Why main function is static?
When a byte datatype is used?
Is vector synchronized in java?
how to create daemon thread in java?
What happens to the Exception object after handling an exception?
What is t type java?
Can we inherit a class with private constructor?
Why does abstract class have constructor?
Why is sizeof not a function?
What are the concepts of 'OOPS'?
What are aggregate functions explain with examples?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is the symbol for average?