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
Options
- APastel
- BPastel
- CPastel
- DPastel
How the community answered
(60 responses)- A8% (5)
- B72% (43)
- C3% (2)
- D17% (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.
