Contamos con la solución a este atasco, al menos eso creemos. Si tienes preguntas dínoslo y con gusto te responderemos
Ejemplo 1: método principal de Java
publicstaticvoidmain(String args[])
Ejemplo 2: java cómo definir una función
//declare a function like this:voidfunction(int parameter1)//function body//call the function like this:function(1);
Ejemplo 3: que es void en java
Difference between voidandreturn method
Void Method:
The "void"return type means that this
method doesn't have a return type.
It ismostly used for printing result
to console
Ejemplo 4: void función
publicvoidYourvoidname()//Whatever you want to happen when your void is called//somewhere else in your script, for example start()voidStart()Yourvoidname();//when the start function is called(first frame) your void will be called
Al final de todo puedes encontrar los comentarios de otros administradores, tú igualmente tienes la habilidad dejar el tuyo si te gusta.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)