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 make object serializable in java?
What is the size of arraylist in java?
How do generics work?
What releases of Java technology are currently available? What do they contain?
Which eclipse is best for java?
How to convert a string to long?
Explain naming conventions for packages?
What is java volatile?
What is the use of static methods?
What is the difference between compare and compareto in java?
What are static blocks and static initalizers in java ?
If a variable is declared as private, where may the variable be accessed?