|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
2 | added 242 characters in body | ||
|
In Java, calling a static method via a reference. My favourite example:
It makes the current thread sleep, not the newly created one. Thread.sleep is a static method and only ever affects the calling thread - but this snippet makes it look likes it's telling a different thread to sleep. |
||||
|
1 |
|
||
|
In Java, calling a static method via a reference. My favourite example:
|
||||
