The code

```
ArrayList [] a = new ArrayList[100];
```


A) will not compile
B) compiles correctly, but causes a runtime exception when the program is executed
C) compiles and runs correctly, but is inefficient
D) compiles and runs correctly and efficiently

A) will not compile

Computer Science & Information Technology

You might also like to view...

RAID _______ is disk mirroring

Fill in the blank(s) with correct word

Computer Science & Information Technology

What method of the String class would help you check if a string ends with a certain sequence of characters?

What will be an ideal response?

Computer Science & Information Technology