Computer Science, asked by ankushgujjar712, 2 months ago

Which statement is correct/true ?
a. System.out.println("abcdefgh".substring(3,5));
is de
b. System.out.println("abcdefgh".substring(3,5));
is def
It is Compile time Error
d. It is run time Error

Answers

Answered by brijrajsingh
1

Answer:

a is correct

not this is not an error

Similar questions