Q. What is a "static" method in Java? (A) A method that belongs to the class rather than an instance (B) A method that cannot be called from other classes (C) A method that cannot be overridden (D) A method that returns a static value ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) A method that belongs to the class rather than an instance