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’s the difference between the methods sleep() and wait()?
what is main purpose of interface?
2 Answers Accenture, HCL, NIIT,
Relationship between an event-listener interface and an event-adapter class?
What is the difference between a public and a non-public class?
Is 64bit faster than 32 bit?
How multi processing is achieved in JAVA?
what is inner class in java?
What are the different access modifiers available in java?
Describe different states of a thread.
What is scope & storage allocation of static, local and register variables? Explain with an example.
How does indexof work?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?