Reflection method calling

Report a typo

What is the result of the following code execution:

public class Test {

    public static void main(String[] args) throws Exception {
        String s = String.class.getConstructor().newInstance();
    }
}
Select one option from the list
___

Create a free account to access the full topic