-
Notifications
You must be signed in to change notification settings - Fork 3
Java
kgleong edited this page Sep 10, 2015
·
2 revisions
- Java Memory Model - how the JVM stores variables and data in relation to computer memory.
- Is Java pass by Reference? - an explanation on how Java only passes by value.
-
Volatile - the
volatile
keyword, when it should be used, and its drawbacks.