Multiple choice Which of the following restrictions to static method is not correct? They can only call static methods. They must only access static data. They cannot refer to 'this' keyword. They cannot refer to 'super' keyword. Static data cannot be initialized. Reveal answer Fill a bubble to check yourself E Correct answer Explanation This is not the correct restriction as static data can be initialized to any value.