rssHome » Programming » Java » Java Prentice Hall

Core Java, Volume I: Fundamentals, 9th Edition

eBook Details:

  • Paperback: 1008 pages
  • Publisher: Prentice Hall; 9th edition (December 7, 2012)
  • Language: English
  • ISBN-10: 0137081898
  • ISBN-13: 978-0137081899

eBook Description:

Core Java, Volume I: Fundamentals, 9th Edition

Core Java, Volume I: Fundamentals, 9th Edition quickly brings students up-to-speed on key Java SE 7 enhancements, ranging from the new file I/O API to improved concurrency utilities. All code examples are updated to reflect these enhancements. Complete descriptions of new language and platform features are highlighted and integrated with insightful explanations of advanced Java programming techniques. Fully updated to reflect Java SE 7 language changes, Core Java, Volume I: Fundamentals, 9th Edition is the definitive guide to the Java platform.

Designed for serious programmers, this reliable, unbiased, no-nonsense tutorial illuminates key Java language and library features with thoroughly tested code examples. As in previous editions, all code is easy to understand, reflects modern best practices, and is specifically designed to help jumpstart your projects.

Core Java, Volume I: Fundamentals, 9th Edition quickly brings students up-to-speed on key Java SE 7 enhancements, ranging from the new file I/O API to improved concurrency utilities. All code examples are updated to reflect these enhancements. Complete descriptions of new language and platform features are highlighted and integrated with insightful explanations of advanced Java programming techniques. Fully updated to reflect Java SE 7 language changes, Core Java, Volume I: Fundamentals, 9th Edition is the definitive guide to the Java platform. Download eBook Free »

Java How to Program, 9th Edition

eBook Details:

  • Paperback: 1496 pages
  • Publisher: Prentice Hall; 9th edition (December 24, 2011)
  • Language: English
  • ISBN-10: 0132940949
  • ISBN-13: 978-0132940948

eBook Description:

Java How to Program, 9th Edition

The Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Their Live Code Approach features thousands of lines of code in hundreds of complete working programs. This enables readers  to confirm that programs run as expected. Java How to Program, 9th Edition contains an optional extensive OOD/UML 2 case study on developing and implementing the software for an automated teller machine.This edition covers both Java SE7 and SE6.

The Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Their Live Code Approach features thousands of lines of code in hundreds of complete working programs. This enables readers  to confirm that programs run as expected. Java How to Program, 9th Edition contains an optional extensive OOD/UML 2 case study on developing and implementing the software for an automated teller machine.This edition covers both Java SE7 and SE6. The Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Their Live Code Approach features thousands of lines of code in hundreds of complete working programs. This enables readers  to confirm that programs run as expected. Java How to Program, 9th Edition contains an optional extensive OOD/UML 2 case study on developing and implementing the software for an automated teller machine.This edition covers both Java SE7 and SE6. Download eBook Free »

Introduction to Java Programming, Comprehensive Version, 9th Edition

eBook Details:

  • Paperback: 1344 pages
  • Publisher: Prentice Hall; 9th edition (March 12, 2012)
  • Language: English
  • ISBN-10: 0132936526
  • ISBN-13: 978-0132936521

eBook Description:

Introduction to Java Programming, Comprehensive Version, 9th Edition

Introduction to Java Programming, Comprehensive Version, 9th Editionfeatures comprehensive coverage ideal for a one-, two-, or three-semester CS1 course sequence. Daniel Liang teaches concepts of problem-solving and object-oriented programming using a fundamentals-first approach. Beginning programmers learn critical problem-solving techniques then move on to grasp the key concepts of object-oriented, GUI programming, advanced GUI and Web programming using Java.

Regardless of major, students will be able to grasp concepts of problem-solving and programming – thanks to Liang’s fundamentals-first approach, students learn critical problem solving skills and core constructs before object-oriented programming.  Liang’s approach has been extended to application-rich programming examples, which go beyond the traditional math-based problems found in most texts. Students are introduced to topics like control statements, methods, and arrays before learning to create classes. Later chapters introduce advanced topics including graphical user interface, exception handling, I/O, and data structures. Small, simple examples demonstrate concepts and techniques while longer examples are presented in case studies with overall discussions and thorough line-by-line explanations. Increased data structures chapters make the Ninth Edition ideal for a full course on data structures. Download eBook Free »

Java How to Program (early objects), 9th Edition

eBook Details:

  • Paperback: 1536 pages
  • Publisher: Prentice Hall; 9th edition (March 7, 2011)
  • Language: English
  • ISBN-10: 0132575663
  • ISBN-13: 978-0132575669

eBook Description:

Java How to Program (early objects), 9th Edition

The Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Their Live Code Approach features thousands of lines of code in hundreds of complete working programs. This enables readers  to confirm that programs run as expected. Java How to Program (early objects), 9th Edition contains an optional extensive OOD/UML 2 case study on developing and implementing the software for an automated teller machine. This edition covers both Java SE7 and SE6.

The Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. This survey of Java programming contains an optional extensive OOD/UML 2 case study on developing and implementing the software for an automated teller machine.

The Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Their Live Code Approach features thousands of lines of code in hundreds of complete working programs. This enables readers  to confirm that programs run as expected. Java How to Program (early objects), 9th Edition contains an optional extensive OOD/UML 2 case study on developing and implementing the software for an automated teller machine. This edition covers both Java SE7 and SE6. Download eBook Free »

Java Performance

eBook Details:

  • Paperback: 720 pages
  • Publisher: Prentice Hall; 1st edition (October 14, 2011)
  • Language: English
  • ISBN-10: 0137142528
  • ISBN-13: 978-0137142521

eBook Description:

Java Performance

Java Performance covers the latest Oracle and third-party tools to monitor and measure performance on a wide variety of hardware architectures and operating systems. Drawing on their unsurpassed insider experience, the authors present dozens of tips and tricks you’ll find nowhere else.

Improvements in the Java platform and new multicore/multiprocessor hardware have made it possible to dramatically improve the performance and scalability of Java software. Now, two leading Java performance experts have written the first start-to-finish guide to optimizing Java performance in today’s systems. Writing for developers, designers, and architects, Charlie Hunt and Binu John offer uniquely detailed, comprehensive, and up-to-date coverage of all aspects of Java performance improvement, from monitoring and profiling to upgrading code from Java 1.4.2 or Java 5.

You’ll learn how to construct experiments that identify opportunities for optimization, interpret the results, and take effective action. You’ll also find powerful new insights into microbenchmarking–including how to avoid common mistakes that can mislead you into writing poorly performing software. Then, building on this foundation, you’ll walk through optimizing the Oracle HotSpot VM; standard and multitiered applications; Web applications and services; persistence, EJBs, and more. Download eBook Free »

Introduction to Java Programming, Comprehensive, 8th Edition

eBook Details:

  • Paperback: 1368 pages
  • Publisher: Prentice Hall; 8th edition (January 13, 2010)
  • Language: English
  • ISBN-10: 0132130807
  • ISBN-13: 978-0132130806

eBook Description:

Introduction to Java Programming, Comprehensive, 8th Edition

Introduction to Java Programming, Comprehensive, 8th Edition, features comprehensive coverage ideal for a one, two, or three-semester CS1 course sequence.

Regardless of major, students will be able to grasp concepts of problem-solving and programming thanks to Liang’s fundamentals-first approach, students learn critical problem solving skills and core constructs before object-oriented programming.  Liang’s approach has been extended to application-rich programming examples, which go beyond the traditional math-based problems found in most texts. Students are introduced to topics like control statements, methods, and arrays before learning to create classes. Later chapters introduce advanced topics including graphical user interface, exception handling, I/O, and data structures. Small, simple examples demonstrate concepts and techniques while longer examples are presented in case studies with overall discussions and thorough line-by-line explanations. Increased data structures chapters make the Introduction to Java Programming, Comprehensive, 8th Edition ideal for a full course on data structures.

Introduction to Java Programming, Comprehensive, 8th Edition, features comprehensive coverage ideal for a one, two, or three-semester CS1 course sequence. Download eBook Free »

12»