Notes

Powered by The LE Company

Friday, November 26, 2010

ARM Assembly quick reference

( From: http://www.coranac.com/tonc/text/asm.htm#sec-intro ,
http://nocash.emubase.de/gbatek.htm#arminstructionset )

Wednesday, November 10, 2010

"synchronized" - How Java Supports Synchronization

(from: http://www.herongyang.com/Java/Synchronization-Support-in-Java-synchronized.html)

This section describes the 'synchronized' keyword and how Java supports synchronization in 3 different ways - synchronized class methods, synchronized instance methods, synchronized statement blocks.