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...


If you are reviewing the code of your team members, what
points will you look at, assuming the performance of the
application is not so great

Answers were Sorted based on User's Feedback



If you are reviewing the code of your team members, what points will you look at, assuming the perf..

Answer / sandhya

UNNECASARY OB JECT CREATION shud b avoided..REUSABILITY OF
CODE SHUD B THER.network calls shud be less..beter to use
connection pooling.gud exceptional handling.

Is This Answer Correct ?    14 Yes 1 No

If you are reviewing the code of your team members, what points will you look at, assuming the perf..

Answer / debasish

To boost performance:
1) Use trim() meaningfully.
2) Operation on String Object should be on check.
3) Network calls should be put on check.
4) Keep a look on loops.
5) Use static methods for utility purposes. Like Math class.
6) Use logging only for important tasks.

Thanks.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is oop in java?

0 Answers  


Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain

9 Answers   DNS, Infosys, TCS,


Is java 1.7 the same as java 7?

0 Answers  


'A class is a template for an object' explain this statement.

0 Answers   Akamai Technologies,


What does @param args mean in java?

0 Answers  


What is the difference between an inner class and a sub-class?

0 Answers  


What are thread safe functions?

0 Answers  


State the main difference between c++ and java?

0 Answers  


What is thread pool in java with example?

0 Answers  


Why does abstract class have constructor?

0 Answers  


What is the difference between keyword and identifier?

0 Answers  


How concurrent hashmap works?

0 Answers  


Categories