I was reading http://docs.oracle.com/javase/tutorial/essential/concurrency/locksync.html about intrinsic locks and semaphores, but then read some http://docs.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/Semaphore.html about permits - all used with the terminology, "release" and "acquire".
I was wondering if these terms are essentially the same.
Thanks in advance.
EDIT: I was really focusing on permits vs locks and how they related, but meh. I have a better understanding now.