Java Static Keyword
Q1.
Which of the following statements about the static keyword is true?
Q2.
What happens when a static block is executed in Java?
Q3.
Which of the following can be declared as static in Java?
Q4.
How can you call a static method in Java?
Q5.
Which statement about static methods is incorrect?