Static classes are just tools — they don’t need specific instances and they don’t store new information. So you don't have to instantiate(create an object) to access it. Static like Math.PI.