Java Programming
Accenture PrimermediumJava Programming05 Regular Expression

Observe the below code snippet String name="Sudha learns Oracle"; System.out.println(name.substring(7,12)); What is the output of the above code?

Answer options

A
substring(7,12)); What is the output of the above code?
B
learn
C
learns
D
earns

Correct answer: learns

Explanation

Correct answer: learns.

Related Accenture Java Programming questions

Practice more Accenture Java Programming questions

PrimerDumps has 1400+ primer questions, 2026 mocks and coding hands-on — all free.