<< Chapter < Page Chapter >> Page >

Spacer image of a penguin and some houses.

Answers

Answer 25

False. Listing 1 causes the following text to appear on the screen:

1234

Back to Question 25

Answer 24

True.

Back to Question 24

Answer 23

True.

Back to Question 23

Answer 22

True.

Back to Question 22

Answer 21

False. The concept of in order means different things for different Collection objects. For a collection instantiated from the TreeSet class, for example, in order means in ascending order. However, that may not be the case for a differentobject instantiated from a class that implements the Collection interface.

Back to Question 21

Answer 20

True.

Back to Question 20

Answer 19

True.

Back to Question 19

Answer 18

False. In Listing 1 , when the fillIt method returns, the TreeSet object contains four (not five) elements with no duplicates. Each element is a reference to an object of type Integer . Those references are maintained in such a way as to make them accessible in ascending order, based on the int values encapsulated in each of the Integer objects.

Back to Question 18

Answer 17

False. In Listing 1 , when the fillIt method returns, the TreeSet object contains four (not five) elements with no duplicates.

Back to Question 17

Answer 16

True. For example, the behavior of the add method for an object of the TreeSet class will probably be different from the behavior ofthe add method for an object of some other class that implements the Collection interface.

Back to Question 16

Answer 15

False. The fillIt method receives the reference as type Collection . This method doesn't know, and doesn't care, what the actual type of the object is. All it cares about is that the object is a Collection object. (Otherwise, the object's reference couldn't be passed in as a parameter. A type mismatch would occur.) A TreeSet object is a Collection because the TreeSet class implements the Collection interface. A Button object is not a Collection because the Button class does not implement the Collection interface.

Back to Question 15

Answer 14

True.

Back to Question 14

Answer 13

True.

Back to Question 13

Answer 12

True.

Back to Question 12

Answer 11

False. The TreeSet class implements the SortedSet interface. This guarantees that the contents of a TreeSet object will be in ascending element order, regardless of the order in which the elements areadded.

Back to Question 11

Answer 10

False. An object of the TreeSet class also is a Set . One of the characteristics of a Java Set (an object that implements the Set interface) is that it can contain no duplicate elements. Therefore, a TreeSet object can contain no duplicate elements.

Back to Question 10

Answer 9

True.

Back to Question 9

Answer 8

True.

Back to Question 8

Answer 7

False. a TreeSet object is a Collection . Therefore, a reference to a TreeSet object can be stored in a reference variable of type Collection , and can be treated as the generic type Collection .

Back to Question 7

Answer 6

True.

Back to Question 6

Answer 5

False. Listing 1 instantiates an object of the TreeSet class and stores the object's reference in a reference variable of type Collection named ref .

Back to Question 5

Answer 4

True.

Back to Question 4

Answer 3

False. Some collections are ordered and others are not.

Back to Question 3

Answer 2

True.

Back to Question 2

Answer 1

False. The framework is designed to encourage you to reuse rather than to reinvent collections and maps.

Back to Question 1

Miscellaneous

This section contains a variety of miscellaneous information.

Housekeeping material
  • Module name: Java4010r Review: Java4010: Getting Started with Java Collections
  • File: Java4010r.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-

Questions & Answers

calculate molarity of NaOH solution when 25.0ml of NaOH titrated with 27.2ml of 0.2m H2SO4
Gasin Reply
what's Thermochemistry
rhoda Reply
the study of the heat energy which is associated with chemical reactions
Kaddija
How was CH4 and o2 was able to produce (Co2)and (H2o
Edafe Reply
explain please
Victory
First twenty elements with their valences
Martine Reply
what is chemistry
asue Reply
what is atom
asue
what is the best way to define periodic table for jamb
Damilola Reply
what is the change of matter from one state to another
Elijah Reply
what is isolation of organic compounds
IKyernum Reply
what is atomic radius
ThankGod Reply
Read Chapter 6, section 5
Dr
Read Chapter 6, section 5
Kareem
Atomic radius is the radius of the atom and is also called the orbital radius
Kareem
atomic radius is the distance between the nucleus of an atom and its valence shell
Amos
Read Chapter 6, section 5
paulino
Bohr's model of the theory atom
Ayom Reply
is there a question?
Dr
when a gas is compressed why it becomes hot?
ATOMIC
It has no oxygen then
Goldyei
read the chapter on thermochemistry...the sections on "PV" work and the First Law of Thermodynamics should help..
Dr
Which element react with water
Mukthar Reply
Mgo
Ibeh
an increase in the pressure of a gas results in the decrease of its
Valentina Reply
definition of the periodic table
Cosmos Reply
What is the lkenes
Da Reply
what were atoms composed of?
Moses Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

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