Exam 15: Linked Data Structures

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Java contains a mechanism that automatically reclaims memory.This mechanism is called:

(Multiple Choice)
4.9/5
(38)

Draw a diagram of a linked list that contains nodes with data items of type String that contains the name of a city and type double that contains a pollution index.Include an instance variable named head to indicate the beginning of the list.Insert the following nodes: Franklin,15.7,Chicago,23.2,Denver,7.2.

(Essay)
4.8/5
(26)

If the head instance variable of a linked list contains a reference to null,this means the list is:

(Multiple Choice)
4.9/5
(42)
Showing 41 - 43 of 43
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)