Question from the Java test

Printing null in Java

Expert

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 220 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!