Is it possible to block print calls in java?

68 views Asked by At

if a method is called but the method calls System.out.print(); and prints on the console, is there any way to disable printing on console for that specific method calls and enable again

0

There are 0 answers