Question Detail The class java.sql.Timestamp is associated with java.util.Timejava.sql.Timejava.util.DateNone of above Answer: Option C Similar Questions : 1. Super is the predefined KeywordMethodKeyword and MethodNone of above Answer: Option C 2. Which metrhods are utilized to control the access to an object in multi threaded programming Asynchronized methodsSynchronized methodsSerialized methodsNone of above Answer: Option B 3. Which of the following statements about arrays is syntactically wrong arrayName[] p = new arrayName[5];arrayName p[5];arrayName[] p [];arrayName p[][] = new arrayName[2][]; Answer: Option B 4. If nested try is possible YesNo Answer: Option A 5. Which collection class associates values witch keys, and orders the keys according to their natural order java.util.HashSetjava.util.LinkedListjava.util.TreeMapjava.util.SortedSet Answer: Option C Read more from - Java Objective Questions Answers -Chapter 1