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 |
Difference between an argument and a parameter?
10 Answers Accounting, HCL, IBM, Quinnox,
How to find the largest value from the given array.
Explain the difference between the public, private, final, protected, and default modifiers?
Explain the scope of a variable.
What are passing parameters?
What is Gang of four design patterns
1) Find the Merge point of two linked lists. 2) Swap two bits of integer. 3) Reverse individual words of the sentence. 4) Reverse string without using temp string.
What exactly is a .class file?
What are thread safe functions?
What is nested class?
What is the difference between stream and buffer?
Can variables be used in java without initialization?