fr
fr

Question from the Java - Fundamentals test

What is a static method in Java?

Easy

What is a static method?

Author: Louis PrevosteauStatus: PublishedQuestion passed 215 times
Edit
2
Community Evaluations
developer avatar
Auteur anonyme
01/03/2024
A is the only true statement, why isn't correct
developer avatar
Auteur anonyme
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."
developer avatar
Auteur anonyme
15/12/2024
non you can call it using an instance of the class