Question 1
What does the keyword static mean for a variable in a class in Java?
Question 2
How should a static method be called from outside its class?
Question 3
Which statement best describes an instance variable compared with a static variable?
Question 4
What is the main reason to use a static method?
Question 5
What happens when a static variable is changed through one object of the class?