Friesen - Java Threads and the Concurrency Utilities
Here you can read online Friesen - Java Threads and the Concurrency Utilities full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Berkeley;CA;New York, year: 2015, publisher: Apress, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:
Romance novel
Science fiction
Adventure
Detective
Science
History
Home and family
Prose
Art
Politics
Computer
Non-fiction
Religion
Business
Children
Humor
Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.
Java Threads and the Concurrency Utilities: summary, description and annotation
We offer to read an annotation, description, summary or preface (depends on what the author of the book "Java Threads and the Concurrency Utilities" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.
Java Threads and the Concurrency Utilities — read online for free the complete book (whole text) full work
Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Java Threads and the Concurrency Utilities" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.
Font size:
Interval:
Bookmark:
Thread APIs
- NEW : A thread that has not yet started is in this state.
- RUNNABLE : A thread executing in the JVM is in this state.
- BLOCKED : A thread that is blocked waiting for a monitor lock is in this state. (Ill discuss monitor locks in .)
- WAITING : A thread that is waiting indefinitely for another thread to perform a particular action is in this state.
- TIMED_WAITING : A thread that is waiting for another thread to perform an action for up to a specified waiting time is in this state.
- TERMINATED : A thread that has exited is in this state.
Font size:
Interval:
Bookmark:
Similar books «Java Threads and the Concurrency Utilities»
Look at similar books to Java Threads and the Concurrency Utilities. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.
Discussion, reviews of the book Java Threads and the Concurrency Utilities and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.