New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

GIAC Secure Software Programmer – Java GSSP-Java Question # 16 Topic 2 Discussion

GIAC Secure Software Programmer – Java GSSP-Java Question # 16 Topic 2 Discussion

GSSP-Java Exam Topic 2 Question 16 Discussion:
Question #: 16
Topic #: 2

Which of the following statements are true about Vector and ArrayList?

Each correct answer represents a complete solution. Choose all that apply.


A.

ArrayList is synchronized and Vector is not synchronized.


B.

Each vector tries to optimize storage management by maintaining a capacity and a

capacityIncrement.


C.

If multiple threads are trying to access an ArrayList instance concurrently, and at least one of the threads modifies the list structurally, it must be synchronized externally.


D.

Vector is an implementation of the List interface and implements all optional list operations, and permits all elements, excluding null.


Get Premium GSSP-Java Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.