OCA Java SE 8 Mock Exam Review - OCA Mock Question 3








Question

What are the valid components of a Java source file (choose all that apply):

  1. package statement
  2. import statements
  3. methods
  4. variables
  5. Java compiler
  6. Java Runtime Environment




Answer



a, b, c, d

Note

The Java compiler and Java Runtime Environment aren't components of a Java source file.