Static

Tips for improving the performane of Java applications

  1. Use Native Methods: The small amount of overheads caused by JNI is usually outweighed by the improved speed of the native function
  2. Use Buffering on I/O Operations: BufferedInputStream, BufferedOutputStream, BufferedReader, BufferedWriter reduce the number of I/O operations to be performed.
  3. Avoid Creating New Objects: Reuse objects as much as possible. The more objects, the more memory to create/store them.
  4. Use StringBuffer instead of String Concatenations

What did I say then?

China Everbright in $2.6bn bail-out

China Everbright in $2.6bn bail-out - China Everbright Bank said it would receive a Rmb20bn ($2.6bn) cash injection from the government as the final round of bail-outs for the country's banking system begins [Financial Times - Asia Pacific]

Syndicate content