yashirq
0
Q:

how to stop a void java

public void someMethod() {
    //... a bunch of code ...
    if (someCondition()) {
        return; //This exits the method
    }
    //... otherwise do the following...
}
0

New to Communities?

Join the community