🚀 Join 1,200+ candidates currently preparing with PrimerPrep
Java Programming
Accenture Technical PrimermediumJava Programming5. Regular Expression

Which of the following matches X occurs n or more times?

Answer options

A
X{n,}
B
X{n}
C
X{n,m}
D
X+

Correct answer: X{n,}

Explanation

Quick AnswerThe correct answer is X{n,} because it directly addresses the core logic of Java Programming.

X{n,} matches X repeated n or more times.

Related Accenture Java Programming questions

Practice more Accenture Java Programming questions

PrimerPrep has 1400+ practice questions, 2026 simulations and coding hands-on — all free.

Watch Walkthroughs!