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

How will you override default serialization mechanism in java

2 Answers  


What is the purpose of the finalize() method?

0 Answers  


Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

0 Answers  


Can we convert list to set in java?

0 Answers  


Is it necessary for the port addresses to be unique? Explain with reason.

0 Answers   Aricent,






What is the difference between this() and super()?

15 Answers   TCS,


which one the better thread emplemented thread or extended ?

4 Answers   Fidelity,


Explain Stream Tokenizer?

4 Answers  


Explain the difference between map and flatmap stream operation?

0 Answers  


Can singleton class be serialized?

0 Answers  


How to find the largest value from the given array.

0 Answers  


What is the current version of java?

0 Answers  


Categories