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
1
Answer:
a is correct
not this is not an error
Similar questions