Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain the private field modifier?

1150


What is a consumer in java?

1072


What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?

1174


what is heap memory?

1161


What is meant by call by reference?

1087


What is the difference between a choice and a list?

1131


What is a flag value?

1101


When would you use a static class?

1030


Can a method be static?

1023


Why do we override tostring method in java?

1026


What do you mean by static variable?

1118


Define jre i.e. Java runtime environment?

1082


What is difference between path and classpath?

1269


What is the point of polymorphism java?

1069


How can you make a class serializable in java?

1044