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
How does regex work?
What languages are pass by reference?
Is 0 a real number?
Explain polymorphism citing an example.
What are static blocks in java ?
When can we say that threads are not lightweight process in java?
Is passing by reference faster?
What is the difference between class forname and new?
What is the purpose of the system class in java?
What is the difference between multitasking and multithreading in Java
What is the use of using enum to declare a constant?
How can a gui component handle its own events in java programming?
What is data structure in java?
How many decimal places is a double?
What is loop in java?