Question from the Java test

Printing null in Java

Hard

What is the output of executing the following code?

public class Main {
    public static void main(String[] args) {
        System.out.print(null);
    }
}
Author: FodiéStatus: PublishedQuestion passed 108 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!