Q. What is a non-static (instance) method in Java? (A) A method that belongs to an instance of a class (B) A method that cannot be called on objects (C) A method that is marked as "static" (D) A method that returns a static value ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) A method that belongs to an instance of a class