# 1z0-808 — Question 604

**Type:** multiple_choice
**Topics:** topic_1

## Question

Given:
//IMG//

What is the result?

## Correct Answer

_See scenario._

## Explanation

Selected Answer: B
Correct B is Answer. Because you cannot make a static reference to the non-static field count. To make codes complie need to change "count" into a static variable as "static int count".

**Reference:** examtopics_top_comment

---
Source: https://hiexam.net/q/oracle/1z0-808/604  
Practice (tracked): https://hiexam.net/study/1z0-808/practice