Multiple choice Which of the following statements is false? Hashtable is synchronised. A list can contain duplicate elements but a set cannot. HashMap is used for non-threaded applications. ArrayList dynamically increases or decreases in size. ArrayList is synchronised. Reveal answer Fill a bubble to check yourself E Correct answer Explanation ArrayList is not synchronised.