Classloader of Scanner

Report a typo

Enter program output:

import java.util.Scanner;

public class Main {
    public static void main(String[] args) {
        ClassLoader classLoader = Scanner.class.getClassLoader();
        System.out.println(classLoader);
    }
}

JDK 11 is used.

Enter a short text
___

Create a free account to access the full topic