Joshua Bloch

Joshua J. Bloch
Bloch in 2008
Born (1961-08-28) August 28, 1961
Southampton, New York
Nationality American
Alma mater Columbia University (B.S.)
Carnegie Mellon University (Ph.D.)
Scientific career
Institutions Carnegie Mellon University
Doctoral advisor Alfred Spector

Joshua J. Bloch (born August 28, 1961) is an American software engineer and a technology author, formerly employed at Sun Microsystems and Google. He led the design and implementation of numerous Java platform features, including the Java Collections Framework, the java.math package, and the assert mechanism.[1] He is the author of the programming guide Effective Java (2001), which won the 2001 Jolt Award,[2] and is a co-author of two other Java books, Java Puzzlers (2005) and Java Concurrency In Practice (2006).

Bloch holds a B.S. in computer science from Columbia University and a Ph.D. in computer science from Carnegie Mellon University.[1] His 1990 thesis was titled A Practical Approach to Replication of Abstract Data Objects[3] and was nominated for the ACM Distinguished Doctoral Dissertation Award.[4]

Bloch has worked as a Senior Systems Designer at Transarc, and later as a Distinguished Engineer at Sun Microsystems. In June 2004, he left Sun and became Chief Java Architect at Google.[5] On August 3, 2012, Bloch announced that he would be leaving Google.[6]

In December 2004, Java Developer's Journal included Bloch in its list of the "Top 40 Software People in the World".[7]

Bloch has proposed the extension of the Java programming language with two features: Concise Instance Creation Expressions (CICE) (coproposed with Bob Lee and Doug Lea) and Automatic Resource Management (ARM) blocks. The combination of CICE and ARM formed one of the three early proposals for adding support for closures to Java.[8] ARM blocks were added to the language in JDK7.[9]

Bloch is currently a faculty member of the Institute for Software Research at Carnegie Mellon University, where he holds the title "Professor of the Practice".[10]

Bibliography

  • Effective Java: Programming Language Guide, ISBN 0-201-31005-8, 2001; second edition: ISBN 978-0-321-35668-0, 2008; third edition: ISBN 978-0134685991, 2017
  • Java Puzzlers: Traps, Pitfalls, and Corner Cases, ISBN 0-321-33678-X, 2005 (co-authored with Neal Gafter)
  • Java Concurrency in Practice, ISBN 0-321-34960-1, 2006 (co-authored with Brian Goetz, Tim Peierls, Joseph Bowbeer, David Holmes, and Doug Lea)

References

  1. 1 2 "About the Author", Effective Java Programming Language Guide
  2. 2002 Jolt & Productivity Award Winners Archived 2007-05-03 at the Wayback Machine.. Dr. Dobb's Portal.
  3. A Practical Approach to Replication of Abstract Data Objects. Computer Science Department, School of Computer Science, Carnegie Mellon University. May 1990.
  4. Books & Authors: Effective Java, accessed 16 April 2008
  5. Heiss, Janice J. Rock Star Josh Bloch Java Sun.com.
  6. Joshua Bloch, After eight years at Google, the time has come for me to move on
  7. Geelan, Jeremy (2004-12-21). "The i-Technology Right Stuff". Java Developer's Journal.
  8. Klaus Kreft and Angelika Langer, "Understanding the closures debate: Does Java need closures? Three proposals compared", JavaWorld, 17 June 2008
  9. Darcy, Joseph D. (28 August 2009). "Project Coin: The Final Five (Or So)". Joseph D. Darcy's Oracle Weblog. Oracle. Retrieved 6 May 2014.
  10. "Core Faculty". Institute for Software Research. Carnegie Mellon University. Retrieved 7 January 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.