
Автор
Joshua Bloch – лучшие книги
- 1 произведение
- 6 изданий на 3 языках
По популярности
-
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…
-
Java Concurrency in Practice Joshua Bloch, Doug Lea, Дэвид Холмс, Brian Goetz, Tim Peierls, Joseph Bowbeer
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 -
Java(TM) Puzzlers: Traps, Pitfalls, and Corner Cases Joshua Bloch, Neal Gafter
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