286.
Can we use 'this' or 'base' keyword in a static block?
View Description
The keyword 'this' returns a reference to the current instance of the class containing it. Static methods (or any static member) do not belong to a particular instance. They exist without creating an instance of the class