Class retrieval

Report a typo

What will be the output of the following code execution:

public class Main {     
    public static void main(String[] args) throws Exception {         
        System.out.println(Class.forName(String.class.getClass().getName()));
    }
}
Select one option from the list
___

Create a free account to access the full topic