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: 30 /
Q: 5
(Display a running fan) Rewrite Programming Exercise 15.28 using a thread to control the fan animation
Chapter: 30 /
Q: 6
(Bouncing balls) Rewrite Listing 15.17 BallPane.java using a thread to animate bouncing ball movements
Chapter: 30 /
Q: 7
(Control a clock) Rewrite Programming Exercise 15.32 using a thread to control the clock animation
Chapter: 30 /
Q: 8
(Account synchronization) Rewrite Listing 30.6, ThreadCooperation.java, using the object’s wait() and notifyAll() methods
Chapter: 30 /
Q: 9
Demonstrate ConcurrentModificationException) The iterator is failfast. Write a program to demonstrate it by creating two threads that concurrently access and modify a set
Chapter: 30 /
Q: 10
(Use synchronized sets) Using synchronization, correct the problem in the preceding exercise so that the second thread does not throw a ConcurrentModificationException
Chapter: 30 /
Q: 11
(Demonstrate deadlock) Write a program that demonstrates deadlock
Chapter: 30 /
Q: 12
Parallel array initializer) Implement the following method using the Fork/ Join Framework to assign random values to the list
Chapter: 30 /
Q: 13
(Generic parallel merge sort) Revise Listing 30.10, ParallelMergeSort.java, to define a generic parallelMergeSort method as follows
Chapter: 30 /
Q: 14
(Parallel quick sort) Implement the following method in parallel to sort a list using quick sort (see Listing 23.7)
total questions:
772
Previous
71
72
73
74
75
Next
Questions
772
Views
Best Answers
299
Points
5
×
Close
add reason
reason