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 the main purpose of java?

1 Answers  


What is an object's lock and which object's have locks in java programming?

1 Answers  


Say any two properties in beans?

1 Answers  


What is the purpose of premetive data types in java?

2 Answers   Merrill Lynch, TCS,


Why do we declare a class static?

1 Answers  


What are pass by reference and pass by value?

1 Answers  


What modifiers may be used with a top-level class?

1 Answers  


Is java still relevant?

1 Answers  


how u do unit testing?

2 Answers   iFlex,


Can you declare an interface method static?

1 Answers  


What is byte code and why is it important to java’s use for internet programming?

1 Answers  


explain different ways of using thread? : Java thread

0 Answers  


Categories