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 |
What is instanceof keyword?
What is boolean example?
What is the purpose of format function?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Is alive in java?
Are there structures in java?
Can a class be a super class and a sub-class at the same time? Give example.
Explain about fail fast iterators in java?
How variables are declared?
What do you mean by flow of struts?
How java enabled high performance?
Explain the difference between extends thread vs implements runnable in java?