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 the SimpleTimeZone class?
What is difference between core java and java ee?
which methods consisting of the serilizable interface?
How many bytes is 255 characters?
What is the difference between processes and threads?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What causes memory leak in java?
how its run?
What's the default access specifier for variables and methods of a class?
Explain different data types in Java.
How do you relate a Interface to a Class? Tell me in Detail?
Why java does not support pointers?