Answer the question
In order to leave comments, you need to log in
How does java get to the System.out.print() method?
How does java get to the System.out.print() method if the out variable of the System class (look at the standard libraries) is null and not a PrintStream object?
Moreover, the print() method of the PrintStream class is not static, so that it could be reached through null. public final static PrintStream out = null;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question