Exercise Number: 1
Q1. What is the purpose of the static keyword in Java?
Q2. Can we access non-static members from a static context?
Q3. Why is the main method in Java declared as static?
Q4. What are the differences between static and instance variables?
Q5. Can static methods be overridden in Java?