Which statement is false?
a. All built-in collections are synchronized.
b. Concurrent access to a Collection by multiple threads could cause indeterminate results or fatal errors.
c. To prevent potential threading problems, synchronization wrappers are used around collection classes that might be accessed by multiple threads.
d. A synchronization wrapper class receives method calls, adds some functionality for thread safety and then delegates the calls to the wrapped class.
All built-in collections are synchronized. Actually, most built-in collections are unsynchronized by default for performance reasons.
You might also like to view...
By default, axis titles are displayed when a chart is created
Indicate whether the statement is true or false
What does a Web browser do for an end user?
a. Interprets HTML b. Connects to Web sites c. Hosts a Web site d. A and B are correct