Oracle Java SE 8 Programmer I 1z0-808 Question # 11 Topic 2 Discussion

Oracle Java SE 8 Programmer I 1z0-808 Question # 11 Topic 2 Discussion

1z0-808 Exam Topic 2 Question 11 Discussion:
Question #: 11
Topic #: 2

Examine the content of App.java:

1z0-808 Question 11

Which is true?


A.

The App.class file is stored within the p1 folder. The Test.class file is stored within the p2 sub-folder of p1.


B.

The App class is accessible within the Test class without an import statement.


C.

import p1.App; is used to access the App class within the Test class.


D.

It is optional to have the package statement as the first line of class definitions.


Get Premium 1z0-808 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.