As a developer what steps do you take to improve the
performance?
Answers were Sorted based on User's Feedback
Answer / ashokmail.java@gmail.com
1) Memory management.
2) Data tranfer.
3) Security.
4) Reusablity and Updateable
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sagar chavan
To improve the performance. Apply indexes on tables accordingly. Instead of using heavy queries creates stored procedures. Use identity columns and triggers wherever applicable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / priyanka
You may improve performance by creating views and indexes on
tables in database
| Is This Answer Correct ? | 0 Yes | 1 No |
How to sort an unsorted array in java?
What is == in java?
How do you input a string in java?
Does google use java?
Is JRE required to compile Java files ?
What are the application of stack?
How do you differentiate abstract class from interface?
What is final access modifier in java?
What is parsing a string?
where do we use init()
How would you format a date in java? I.e. In the ddmmyyy format?
Is stringwriter thread safe?