como llamar a un metodo static en java

Solutions on MaxInterview for como llamar a un metodo static en java by the best coders in the world

showing results for - "como llamar a un metodo static en java"
Amina
02 Jan 2021
1class ClasePrincipal {
2    public static void main(String[] args) {
3        //ejecutas el metodo de la clase.
4        myClase.mensaje();
5    }
6}
similar questions
queries leading to this page
como llamar a un metodo static en java