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 main purpose of java?
What is an object's lock and which object's have locks in java programming?
Say any two properties in beans?
What is the purpose of premetive data types in java?
Why do we declare a class static?
What are pass by reference and pass by value?
What modifiers may be used with a top-level class?
Is java still relevant?
how u do unit testing?
Can you declare an interface method static?
What is byte code and why is it important to java’s use for internet programming?
explain different ways of using thread? : Java thread