Write a Java statement to recover the unused memory in the resulting vector in number 4 above
What will be an ideal response?
```
v.trimToSize();
```
Computer Science & Information Technology
What will be an ideal response?
```
v.trimToSize();
```