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

Questions

772

Views

A PHP Error was encountered

Severity: Warning

Message: Undefined property: stdClass::$TotalViews

Filename: books/book.php

Line Number: 411

Best Answers

299

Points

5