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: 19 /
Q: 9
(Sort ArrayList) Write the following method that sorts an ArrayList: public static
> void sort(ArrayList
list)
Chapter: 19 /
Q: 10
(Largest element in ArrayList) Write the following method that returns the largest element in an ArrayList: public static
> E max(ArrayList
list)
Chapter: 19 /
Q: 11
(ComplexMatrix) Use the Complex class introduced in Programming Exercise 13.17 to develop the ComplexMatrix class for performing matrix operations involving complex numbers
Chapter: 20 /
Q: 1
(Display words in ascending alphabetical order) Write a program that reads words from a text file and displays all the words (duplicates allowed) in ascending alphabetical order. The words must start with a letter. The text file is passed as a command-line argument
Chapter: 20 /
Q: 2
(Store numbers in a linked list) Write a program that lets the user enter numbers from a graphical user interface and displays them in a text area, as shown in Figure 20.17a. Use a linked list to store the numbers. Do not store duplicate numbers. Add the buttons Sort, Shuffle, and Revers the list
Chapter: 20 /
Q: 3
(Guessing the capitals) Rewrite Programming Exercise 8.37 to store the pairs of states and capitals so that the questions are displayed randomly
Chapter: 20 /
Q: 4
(Sort points in a plane) Write a program that meets the following requirements:
Chapter: 20 /
Q: 5
(Combine colliding bouncing balls) The example in Section 20.7 displays multiple bouncing balls
Chapter: 20 /
Q: 6
(Use iterators on linked lists) Write a test program that stores 5 million integers in a linked list and test the time to traverse the list using an iterator vs. using the get(index) method
Chapter: 20 /
Q: 7
(Game: hangman) Programming Exercise 7.35 presents a console version of the popular hangman game
total questions:
772
Previous
52
53
54
55
56
Next
Questions
772
Views
Best Answers
299
Points
5
×
Close
add reason
reason