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

What is string in java with example?

0 Answers  


What are generic methods?

0 Answers  


What is difference between next () and nextline () in java?

0 Answers  


what is the logic inside any default constuctor?

2 Answers  


Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?

0 Answers  






How to stop a thread in java? Explain about sleep () method in a thread?

0 Answers  


What does I ++ mean?

0 Answers  


Why are parameters used in functions?

0 Answers  


What happens if I remove static from main method?

0 Answers  


Explain the selection sort algorithm and state its time complexity?

0 Answers   Flextronics,


what is difference between excute query ()and execute update ()?

6 Answers   Symphony,


Explain oops concepts in detail?

0 Answers  


Categories