Автор
Joshua Bloch

Joshua Bloch

  • 6 книг
  • 1 подписчик
  • 77 читателей
4.8
70оценок
Рейтинг автора складывается из оценок его книг. На графике показано соотношение положительных, нейтральных и негативных оценок.
4.8
70оценок
5 55
4 15
3 0
2 0
1 0
без
оценки
30

Joshua Bloch - все книги по циклам и сериям | Книги по порядку

  • Java Concurrency in Practice Joshua Bloch
    ISBN: 0321349601
    Год издания: 2006
    Издательство: Addison-Wesley Professional
    Язык: Русский
    Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of
  • Effective Java Joshua Bloch
    ISBN: 0321356683
    Год издания: 2008
    Издательство: Prentice Hall
    Язык: Русский
    Are you looking for a deeper understanding of the Java™ programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective Java™, Second Edition, brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day. This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to cover Java SE 5 and Java SE 6 features introduced since the first edition. Bloch explores new design patterns and language idioms, showing you how to make the most of features ranging from generics to enums, annotations to autoboxing. Each chapter in the book consists of several “items” presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why.
  • Java(TM) Puzzlers: Traps, Pitfalls, and Corner Cases Joshua Bloch
    ISBN: 032133678X
    Год издания: 2005
    Издательство: Addison-Wesley Professional
    Язык: Русский
    How well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caused by a trap or pitfall in Java or its libraries? Do you like brainteasers? Then this is the book for you! In the tradition of Effective