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 types of literals?
How would you convert bytes to string?
What is a byte string?
Is java an ide?
State the difference between strings and arrays.
What is java util hashmap?
What does a void function return?
How does java pattern compile work?
How many tetrahedral voids are there in bcc?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What are streams in java 8?
Define a package.
What is a memory leak in java?
Is passing by reference faster?
Which class cannot be a subclass in java?