# 1z0-808 — Question 603

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

## Question

Given the code fragment:
//IMG//

What is the result?

## Correct Answer

_See scenario._

## Explanation

sb.toString() => converts it into String.
and thereafter, using equals() method on String will do the value comparison.

So, answer is A since the values are equal.

**Reference:** examtopics_top_comment

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