Can a class have two methods with the same name in its scope where one is static and the other is instance?
No.
Is a list of no exceptions a valid subset of a list of exceptions thrown by the superclass method?
Yes.
Is super.super a valid construct?
No.
Can an abstract method have a method body?
No.
Member variables are _________ and not overridden.
Hidden.