Question from the Java - Fundamentals test

What is a static method in Java?

Easy

What is a static method?

Author: Louis PrevosteauStatus: PublishedQuestion passed 134 times
Edit
1
Community Evaluations
developer avatar
EL Mostafa
01/03/2024
A is the only true statement, why isn't correct
developer avatar
Mohamed
15/06/2024
The correct answer is the last one : "Une mĂ©thode qui ne peut ĂȘtre appelĂ© que par l'objet (Classe) et non par une instance de l'objet." " A method that can only be called by the object (Class) and not by an instance of the object."