en que casos deberia usar static y void?
en que casos deberia usar static y void?
# static
#What is a Static Method in Java? A static method is a method that belongs to a class rather than an instance of a class. This means you can call a static method without creating an object of the class. Static methods are sometimes called class methods.
void