For The Java statements will result in:

```
String c = "Hello. She sells sea shells";
int i = c.indexOf("ll");
int j = c.lastIndexOf("ll");
```


a. i = 2 and j = 24.
b. i = 3 and j = 24.
c. i = 2 and j = 25.
d. i = 3 and j = 23.

a. i = 2 and j = 24.

Computer Science & Information Technology

You might also like to view...

When creating relationships, the 1 and ? symbol indicate that ________

A) Cascade Update Related Fields is unchecked B) Cascade Update Related Fields is checked C) Enforce Referential Integrity is unchecked D) Enforce Referential Integrity is checked

Computer Science & Information Technology

Properties are characteristics of ActiveX controls that can be changed

Indicate whether the statement is true or false

Computer Science & Information Technology