Development
© examsiri.com
Question : 9 of 17
Marks:
+1,
-0
Given the following directory structure:
Which statement(s) must be added for the source file to compile ? (choose all that apply)
org
| -- Robot.class
|
| -- ex
      | --Pet.class
      |
      | -- why
      | -- Dog.class
And the following source file :
class My Class {
  Robot r;
  Pet p;
  Dog d;
}
Which statement(s) must be added for the source file to compile ? (choose all that apply)
Go to Question: