A <code>static</code> method
- A
Always returns void
- B
Always public
- Ccheck_circle
Belongs to the class, not any specific instance
- D
Cannot be called without an object
Explanation
Called as <code>ClassName.method()</code>; cannot use <code>this</code>.