getClass method

Report a typo

What will be the result of the following code execution:

public class Main {
    public static void main(String[] args) throws Exception {
        System.out.println(int.class.getClass().getClass());
    }
}

Select one option from the list
___

Create a free account to access the full topic