서브메뉴
검색
Java 7 concurrency cookbook- [electronic resource]
Java 7 concurrency cookbook- [electronic resource]
상세정보
- Material Type
- 단행본
- Date and Time of Latest Transaction
- 20140127111324
- ISBN
- 9781849687898 (electronic bk.)
- ISBN
- 1849687897 (electronic bk.)
- ISBN
- 1849687897
- LC Callnumber
- QA76.73.J38
- DDC
- 005.13005.13/3005.133
- Author
- Fernández, Javier.
- Title/Author
- Java 7 concurrency cookbook - [electronic resource] / Javier Fernández
- Publish Info
- Birmingham : Packt Pub, 2012
- Material Info
- 1 online resource.
- General Note
- Getting ready.
- Formatted Contents Note
- 완전내용Java 7 Concurrency Cookbook; Java 7 Concurrency Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Thread Management; Introduction; Creating and running a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also.
- Formatted Contents Note
- 완전내용Getting and setting thread informationGetting ready; How to do it ... ; How it works ... ; There's more ... ; See Also; Interrupting a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Controlling the interruption of a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Sleeping and resuming a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Waiting for the finalization of a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Creating and running a daemon thread; Getting ready; How to do it ...
- Formatted Contents Note
- 완전내용How it works ... There's more ... ; Processing uncontrolled exceptions in a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using local thread variables; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Grouping threads into a group; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Processing uncontrolled exceptions in a group of threads; Getting ready; How to do it ... ; How it works ... ; See also; Creating threads through a factory; Getting ready; How to do it ... ; How it works ... ; See also; 2. Basic Thread Synchronization.
- Formatted Contents Note
- 완전내용IntroductionSynchronizing a method; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Arranging independent attributes in synchronized classes; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using conditions in synchronized code; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Synchronizing a block of code with a Lock; Getting Ready ... ; How to do it ... ; How it works ... ; There's more ... ; More Info; See also; Synchronizing data access with read/write locks; Getting Ready ... ; How to do it ... ; How it works ... ; See also.
- Formatted Contents Note
- 완전내용Modifying Lock fairnessGetting Ready ... ; How to do it ... ; How it works ... ; There's more ... ; See also; Using multiple conditions in a Lock; Getting Ready ... ; How to do it ... ; How it works ... ; There's more ... ; See also; 3. Thread Synchronization Utilities; Introduction; Controlling concurrent access to a resource; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Fairness in semaphores; See also; Controlling concurrent access to multiple copies of a resource; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Waiting for multiple concurrent events.
- Abstracts/Etc
- 요약""Java 7 Concurrency Cookbook"" is a practical Cookbook packed with real-world solutions. Intermediate?advanced level Java developers will learn from task-based recipes to use Java?s concurrent API to program thread safe solutions. If you are a Java developer who wants to take your knowledge of concurrent programming and multithreading further, as well as discover the new concurrency features of Java 7, then ""Java 7 Concurrency Cookbook"" is for you.
- Subject Added Entry-Topical Term
- Java (Computer program language) Handbooks, manuals, etc
- Subject Added Entry-Topical Term
- Java (Computer program language)
- Subject Added Entry-Topical Term
- Java Standard Edition 7
- Subject Added Entry-Topical Term
- COMPUTERS Programming Languages C♯.
- Subject Added Entry-Topical Term
- COMPUTERS Programming Languages Java.
- Subject Added Entry-Topical Term
- COMPUTERS Programming Languages Pascal.
- Additional Physical Form Entry
- Print version / Fernandez, JavierJava 7 Concurrency Cookbook. Birmingham : Packt Publishing, c2012. 9781849687881
- Electronic Location and Access
- 로그인을 한후 보실 수 있는 자료입니다.
- Control Number
- joongbu:423015
MARC
008140102s2012 enk of 000 0 eng d■001
■003OCoLC
■00520140127111324
■006m o d
■007cr cnu---unuuu
■019 ▼a824752439
■020 ▼a9781849687898 (electronic bk.)
■020 ▼a1849687897 (electronic bk.)
■020 ▼z1849687897
■0291 ▼aAU@▼b000050635551
■035 ▼a(OCoLC)818818876
■037 ▼aCL0500000184▼bSafari Books Online
■040 ▼aEBLCP▼beng▼cEBLCP▼dYDXCP▼dN$T▼dOCLCQ▼dE7B▼dUMI▼dOCLCO▼dOCLCQ
■050 4▼aQA76.73.J38
■072 7▼aCOM▼x051310▼2bisacsh
■072 7▼aCOM▼x051280▼2bisacsh
■072 7▼aCOM▼x051130▼2bisacsh
■08204▼a005.13▼a005.13/3▼a005.133
■1001 ▼aFernández, Javier.
■24510▼aJava 7 concurrency cookbook▼h[electronic resource]▼dJavier Fernández
■260 ▼aBirmingham▼bPackt Pub▼c2012
■300 ▼a1 online resource.
■500 ▼aGetting ready.
■5050 ▼aJava 7 Concurrency Cookbook; Java 7 Concurrency Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Thread Management; Introduction; Creating and running a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also.
■5058 ▼aGetting and setting thread informationGetting ready; How to do it ... ; How it works ... ; There's more ... ; See Also; Interrupting a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Controlling the interruption of a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Sleeping and resuming a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Waiting for the finalization of a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Creating and running a daemon thread; Getting ready; How to do it ...
■5058 ▼aHow it works ... There's more ... ; Processing uncontrolled exceptions in a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using local thread variables; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Grouping threads into a group; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Processing uncontrolled exceptions in a group of threads; Getting ready; How to do it ... ; How it works ... ; See also; Creating threads through a factory; Getting ready; How to do it ... ; How it works ... ; See also; 2. Basic Thread Synchronization.
■5058 ▼aIntroductionSynchronizing a method; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Arranging independent attributes in synchronized classes; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using conditions in synchronized code; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Synchronizing a block of code with a Lock; Getting Ready ... ; How to do it ... ; How it works ... ; There's more ... ; More Info; See also; Synchronizing data access with read/write locks; Getting Ready ... ; How to do it ... ; How it works ... ; See also.
■5058 ▼aModifying Lock fairnessGetting Ready ... ; How to do it ... ; How it works ... ; There's more ... ; See also; Using multiple conditions in a Lock; Getting Ready ... ; How to do it ... ; How it works ... ; There's more ... ; See also; 3. Thread Synchronization Utilities; Introduction; Controlling concurrent access to a resource; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Fairness in semaphores; See also; Controlling concurrent access to multiple copies of a resource; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Waiting for multiple concurrent events.
■520 ▼a""Java 7 Concurrency Cookbook"" is a practical Cookbook packed with real-world solutions. Intermediate?advanced level Java developers will learn from task-based recipes to use Java?s concurrent API to program thread safe solutions. If you are a Java developer who wants to take your knowledge of concurrent programming and multithreading further, as well as discover the new concurrency features of Java 7, then ""Java 7 Concurrency Cookbook"" is for you.
■588 ▼aDescription based on print version record.
■650 0▼aJava (Computer program language)▼vHandbooks, manuals, etc
■650 4▼aJava (Computer program language)
■650 4▼aJava Standard Edition 7
■650 7▼aCOMPUTERS▼xProgramming Languages▼xC♯.▼2bisacsh
■650 7▼aCOMPUTERS▼xProgramming Languages▼xJava.▼2bisacsh
■650 7▼aCOMPUTERS▼xProgramming Languages▼xPascal.▼2bisacsh
■655 4▼aElectronic books.
■77608▼iPrint version▼aFernandez, Javier▼tJava 7 Concurrency Cookbook▼dBirmingham : Packt Publishing, c2012▼z9781849687881
■85640▼3EBSCOhost▼uhttp://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=499145
■938 ▼aEBL - Ebook Library▼bEBLB▼nEBL1057944
■938 ▼aYBP Library Services▼bYANK▼n9905052
■938 ▼aEBSCOhost▼bEBSC▼n499145
■938 ▼aebrary▼bEBRY▼nebr10623097
■994 ▼a92▼bK4R
■999 ▼z635217623907107158
미리보기
내보내기
chatGPT토론
Ai 추천 관련 도서
Detail Info.
- Reservation
- 캠퍼스간 도서대출
- 서가에 없는 책 신고
- My Folder