difference between this and static
Anonymous
The this keyword is used as a reference to an instance. Since the static methods don't have (belong to) any instance you cannot use the this reference within a static method.
Check out your Company Bowl for anonymous work chats.