No, "static" keyword can not be applied to Inner Class methods in java.
Is "static" keyword can be applied to Constructor in java?
Is "static" keyword can be applied to interfaces in java?
Can we use both "this" and "super" keywords in constructor?
What is meant by Explicit Constructor Invocation in java?
How can we overcome the variable hiding problem in java?