nerdexam
Oracle

1Z0-850 · Question #50

1Z0-850 Question #50: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-850 to reveal the answer and full explanation for question #50. The question stem and answer options stay visible for context.

Question

Given:
  1. class Exam {
  2. private int num = 0;
  3. public int getNum() {
  4. return num;
  5. }
  6. }
  7. public class Sample {
  8. public static void main(String[] args) {
  9. Exam e = new Exam();
  10. e.num = 100;
  11. int num = e.getNum();
  12. System.out.println("The number is: " + num);
  13. }
  14. } What is the result?

Options

  • AThe number is: 100
  • BCompilation fails.
  • CThe number is: 0
  • DAn exception is thrown at runtime.

Unlock 1Z0-850 to see the answer

You've previewed enough free 1Z0-850 questions. Unlock 1Z0-850 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 1Z0-850 Practice