Static keyword is used to make the variale or method common for the class and it can be accessed by class name, all the class-objects shares the same value. Static block will run only once ...
This repository contains my learning journey in Java, following a course from Telusko. It includes notes, code samples, and mini-projects to help reinforce fundamental Java concepts. The Telusko Java ...