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. 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 2. Can we access private class outside the package YesNo Answer: Option B 3. In Runnable, many threads share the same object instance TrueFalse Answer: Option A 4. Which keyword is used while using interface extendimplementsthrowthrows Answer: Option B 5. Runnable is ClassMethodVariableInterface Answer: Option D Read more from - Java Objective Questions Answers -Chapter 1