Which of the following statements are true?
A) Static methods can be overloaded.
B) Methods can be overridden to be more private.
C) A method can only be overloaded once.
D) It is possible to overload final methods.
E) It is possible to override the 'notify()' method in Object.
F) It is possible to override methods in a final class.