Explain about Performance tuning in Java ?

Questions by enjoy

Showing Answers 1 - 3 of 3 Answers

Ch.Nagaraj

  • Mar 1st, 2007
 

performance tunning means making a java application to run fast
1)Clear unwanted garbage collection from the memory
2)Contatenation of strings must be avoided if possible which effects highly on the
performance of the application
3)Using streams buffered input stream must be avoided

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions