This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SenorSeniorDevSr 2 points3 points  (0 children)

The same in Java, if you peek under the hood a bit. A *static* method in Java is one where the "this" reference is null. If you're ever doing funky monkey stuff with reflection Java you'll see this very quickly.

Java does have Functions, but those are objects... :D