Privacy Policy Terms Of Use. Copyright © 2006-2010 Java Tutorials and Examples.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
int i= 1 + '1';
a. true
b. false
Q.2 java.util.Set maintains key value pair.
a. True
b. False
Q.3 Which of the following classes implement java.util.List interface?
a. Vector
b. CollectionList
c. ArrayList
d. DataList
Q.4 Once suspended the thread can be resumed by calling resume from the same method.
a. True
b. False
Q.5 All methods defined in set are also defined in Collection.
a. True
b. False
Q.6 java.util.Set does not allow null elements.
a. True
b. False

Post new comment