A
Q. You have the following code in a file called Test.java
class Base{
public static void main(String[] args){
System.out.println("Hello");
}
}
public class Test extends Base{}
What will happen if you try to compile and run this?
- Correct Answer - Option(D)
- Views: 19
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.