What code optimizations techniques you follow in general
practice?
Answer Posted / guest
Using Design Patterns Such as FlyWeight.
Use of static variables when-ever possible
using StringBuffer instead of String coz they are immutable
Using interfaces for reducing coupling
Avoiding creating new objects, reusing existing ones
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is string english?
What is java console application?
How many static init can you have?
What does string mean in java?
How to change value in arraylist java?
What do you mean by hashing?
Explain yield() method in thread class ?
Why does java not support pointers?
What is dot operator?
Explain tree set and its features?
What is variable and rules of variable?
What is collections framework?
What is the public field modifier?
How many decimal digits is 64 bit?
Can you inherit a constructor java?