Sunday, June 19, 2011

Java Tips


  • Do not define a instance variable in a controller class. It affects the performance.

  • Prefer Concat method for the String Concatenation instead of "+="

  • Do not call a method in the loop to check the condition.

No comments:

Post a Comment