<< Chapter < Page Chapter >> Page >
  • AbstractSet
  • AbstractList
  • AbstractMap
  • HashSet
  • TreeSet
  • LinkedList
  • Vector
  • ArrayList
  • HashMap
  • Hashtable
  • WeakHashMap
  • TreeMap
  • Iterator
  • Attributes
  • RenderingHints

Answer 12

Question 13

True or False?

A collections framework is a unified architecture for representing and manipulating collections. All collections frameworks contain three things. Those three things are:

  • Interfaces
  • Implementations
  • Algorithms

Answer 13

What is the meaning of the following two images?

These images were inserted here simply to insert some space between the questions and the answers to keep them from being visible on the screen at thesame time.

Spacer image of a rabbit and a penguin.

This image was also inserted for the purpose of inserting space between the questions and the answers.

Spacer image of a penguin and some houses.

Answers

Answer 13

True according to The Java Tutorial from Oracle

Back to Question 13

Answer 12

False. Iterator is not a class. It is an interface. Therefore, it has no place in the given list of classes.

Back to Question 12

Answer 11

True. With respect to an earlier question, Collection and Map are the two top-level interfaces.

Back to Question 11

Answer 10

False. While the Iterator interface is heavily used in conjunction with collections, according to The Java Tutorial from Oracle, it is not one ofthe core collection interfaces.

Back to Question 10

Answer 9

True.

Back to Question 9

Answer 8

False. Object's references are always stored as type Object .

Back to Question 8

Answer 7

False. Primitive values cannot be stored in a collection without first encapsulating them in an object. (Standard wrapper classes are provided for encapsulating all primitive types.)

Back to Question 7

Answer 6

False. The collections in the framework always store references to objects, rather than storing the objects themselves.

Back to Question 6

Answer 5

True.

Back to Question 5

Answer 4

False. Collection is one of two top-level interfaces in the framework. The other top-level interface in the framework is named Map .

Back to Question 4

Answer 3

True.

Back to Question 3

Answer 2

If you answered A, you are probably reading an article on the wrong website by mistake. If you answered both B and C , then you are off to a good start on this module.

Back to Question 2

Answer 1

True.

Back to Question 1

Miscellaneous

This section contains a variety of miscellaneous information.

Housekeeping material
  • Module name: Java20r Review
  • File: Java20r.htm
  • Published: 11/24/13
Disclaimers:

Financial : Although the Connexions site makes it possible for you to download aPDF file for this module at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, youshould be aware that some of the HTML elements in this module may not translate well into PDF.

I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version ofthe module.

In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale onAmazon.com showing me as the author. I neither receive compensation for those sales nor do I know who does receive compensation. If youpurchase such a book, please be aware that it is a copy of a module that is freely available on cnx.org and that it was made andpublished without my prior knowledge.

Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.

-end-

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Object-oriented programming (oop) with java. OpenStax CNX. Jun 29, 2016 Download for free at https://legacy.cnx.org/content/col11441/1.201
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?

Ask