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
Answer Posted / 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 View All Answers
java program with complete 4 oops concepts implemented example
What are the five major types of reference sources?
What happens if we don’t override run method ?
Can a class have multiple superclasses?
What is singleton class example?
What is hashmap in java?
Explain about main() method in java ?
What is the point of java?
How to handle a web browser resize operation?
How do you sort a list in java?
Which variables are stored in heap?
What is google full form?
Why convert an applet to an application?
What is pojo class in java?
How can a gui component handle its own events?