What is displayed by the following statement?

```
System.out.println("Java is neat".replaceAll("is", "AAA"));
```
a. JavaAAAneat
b. JavaAAA neat
c. Java AAA neat
d. Java AAAneat


c. Java AAA neat

Computer Science & Information Technology

You might also like to view...

When passing a stream to a function, it must always be pass-by-__________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When using tabs for items having dollars and cents, the best tab to use is the ________ tab

Fill in the blank(s) with correct word

Computer Science & Information Technology

With Google Forms, as users complete the form, each response is automatically appended as a new ____________________ in the Google spreadsheet, along with a timestamp that shows when the response was received.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Each row in a database is called a(n) ______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology