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 / 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 |
Post New Answer View All Answers
What are data structures in java?
What is treemap in java?
What is == in java?
What is the difference between a scrollbar and a scrollpane?
How is final different from finally and finalize?
What is tostring () method?
What is constructor chaining in java?
If a variable is declared as private, where may the variable be accessed?
How many characters is 2 bytes?
Why do we override tostring method in java?
What is the symbol for average?
Is 0 true or false in java?
List some important characteristics on jre
What are the characteristics of java?
What is the difference between the boolean & operator and the && operator in java programming?