Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Introduction to Java Programming, Comprehensive Version (10th Edition)
by
Y. Danial liang
Edition:
10th edition
ISBN13:
978-0133761313
ISBN10:
0133761312
772
Java programming
Home
Books
Introduction to Java Programming, Comprehensive Version (10th Edition)
Similar Books
No books found
Title
Chapter: 24 /
Q: 5
(Implement GenericQueue using inheritance) In Section 24.5, Stacks and Queues, GenericQueue is implemented using composition. Define a new queue class that extends java.util.LinkedList
Chapter: 24 /
Q: 6
(Generic PriorityQueue using Comparator) Revise MyPriorityQueue in Listing 24.9, using a generic parameter for comparing objects. Define a new constructor with a Comparator as its argument as follows:
Chapter: 24 /
Q: 7
Animation: linked list) Write a program to animate search, insertion, and deletion in a linked list, as shown in Figure 24.1b
Chapter: 24 /
Q: 8
(Animation: array list) Write a program to animate search, insertion, and deletion in an array list, as shown in Figure 24.1a
Chapter: 24 /
Q: 9
(Animation: array list in slow motion) Improve the animation in the preceding programming exercise by showing the insertion and deletion operations in a slow motion, as shown at http://www.cs.armstrong.edu/liang/animation/ ArrayListAnimationInSlowMotion.html
Chapter: 24 /
Q: 10
(Animation: stack) Write a program to animate push and pop in a stack, as shown in Figure 24.20a
Chapter: 24 /
Q: 11
(Animation: doubly linked list) Write a program to animate search, insertion, and deletion in a doubly linked list, as shown in Figure 24.24
Chapter: 24 /
Q: 12
(Animation: queue) Write a program to animate the enqueue and dequeue operations on a queue, as shown in Figure 24.20b
Chapter: 24 /
Q: 13
(Fibonacci number iterator) Define an iterator class named FibonacciIterator for iterating Fibonacci numbers
Chapter: 24 /
Q: 14
ime number iterator) Define an iterator class named PrimeIterator for iterating prime numbers
total questions:
772
Previous
61
62
63
64
65
Next
Questions
772
Views
Best Answers
299
Points
5
×
Close
add reason
reason