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();
}
}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();
}
}Create a free account to access the full topic