Development

© examsiri.com
Question : 11 of 17
 
Marks: +1, -0
Given the default classpath:
/foo
And this directory structure:
foo
|
test
|
xcom
   |--A.class
   |--B.java
And these two files:
package xcom;
public class A { }
package xcom;
public class B extends A { }

Which allows B.java to compile? (Choose all that apply.)
Go to Question: