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 hashcode () and equals () used for?

0 Answers  


What is the final field modifier?

0 Answers  


From the two, which would be easier to write: synchronization code for ten threads or two threads?

0 Answers  


Can we synchronize static methods in java?

0 Answers  


How will you invoke any external process in java?

0 Answers  






What are the types of sockets in java?

0 Answers  


What are access specifiers available in java?

0 Answers  


Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification

0 Answers  


Which sorting algorithm is best in java?

0 Answers  


How the metacharacters are different from the ordinary characters?

0 Answers  


Can a class with private constructor be extended?

0 Answers  


Can inner class be public in java?

0 Answers  


Categories