nerdexam
Oracle

1Z0-804 · Question #44

Given: What is the result?

The correct answer is B. Pastel. \ = masks the following \s = A whitespace character: [ \t \n \x0B \f \r ] * = Greedy Quantifier: zero or more times Delimiter: comma + zero or more whitespace characters

Java Class Design

Question

Given:

What is the result?

Exhibit

1Z0-804 question #44 exhibit

Options

  • APastel
  • BPastel
  • CPastel
  • DPastel

How the community answered

(60 responses)
  • A
    8% (5)
  • B
    72% (43)
  • C
    3% (2)
  • D
    17% (10)

Explanation

\ = masks the following \s = A whitespace character: [ \t \n \x0B \f \r ] * = Greedy Quantifier: zero or more times Delimiter: comma + zero or more whitespace characters

Topics

#enum#enum values#ordinal#name method

Community Discussion

No community discussion yet for this question.

Full 1Z0-804 Practice