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
Are there structures in java?
What is java util hashmap?
What is string immutability?
What is http client in java?
How does compareto method work?
How do you empty a list in java?
Is null an object in java?
What is charat java?
what do you understand by the term string with respect to java?
What do you understand by overloading and overriding in java?
What is equals method in java?
What is var keyword ?
Name component subclasses that support painting in java programming?
What are default methods ?
What is a byte array?