As a developer what steps do you take to improve the
performance?

Answers were Sorted based on User's Feedback



As a developer what steps do you take to improve the performance?..

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

As a developer what steps do you take to improve the performance?..

Answer / bullbull

Explain how is it?

Is This Answer Correct ?    1 Yes 0 No

As a developer what steps do you take to improve the performance?..

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

As a developer what steps do you take to improve the performance?..

Answer / priyanka

You may improve performance by creating views and indexes on
tables in database

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?

3 Answers  


Why there is no call by reference in java?

0 Answers  


What is java argument list?

0 Answers  


Is java programming easy?

0 Answers  


What is “try and catch” in java

2 Answers  






What is the immediate superclass of the Dialog class?

2 Answers  


What does += mean in java?

0 Answers  


Is class forname reflection?

0 Answers  


What is stream api in java8?

0 Answers  


How many types of constructors are used in java?

0 Answers  


Explain method overloading?

0 Answers  


Difference between class#getinstance() and new operator ?

0 Answers  


Categories