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