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


Please Help Members By Posting Answers For Below Questions

What is a java list?

687


What is a Transient Object?

723


Why main function is static?

770


When a byte datatype is used?

652


Is vector synchronized in java?

645






how to create daemon thread in java?

701


What happens to the Exception object after handling an exception?

1918


What is t type java?

707


Can we inherit a class with private constructor?

662


Why does abstract class have constructor?

655


Why is sizeof not a function?

647


What are the concepts of 'OOPS'?

690


What are aggregate functions explain with examples?

635


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 ?

760


What is the symbol for average?

605