Join
Blogs
Questions
Videos
Tags
Members
Search
 
 
Create your own blog, earn points and get popular!

SCJP True False Question Set 1

Q.1 Will this statement compile?

  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
Your rating: None Average: 5 (1 vote)
Share this

Post new comment

7 + 10 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.