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
Computer Science & Information Technology
You might also like to view...
Specify the value of the data item that could be in the empty node of this 2-3-4 tree.
Computer Science & Information Technology
Briefly describe the two outprocessing methods of handling employees who leave their positions at a company.
What will be an ideal response?
Computer Science & Information Technology