Think Java: How to Think Like a Computer Scientist

Think Java: How to Think Like a Computer Scientist
ISBN-10
1492072508
ISBN-13
9781492072508
Series
Think Java
Category
Computers
Pages
326
Language
English
Published
2019-12-17
Publisher
O'Reilly Media
Authors
Allen B. Downey, Chris Mayfield

Description

Think Java is a hands-on introduction to computer science and programming used by many universities and high schools around the world. Its conciseness, emphasis on vocabulary, and informal tone make it particularly appealing for readers with little or no experience. The book starts with the most basic programming concepts and gradually works its way to advanced object-oriented techniques. In this fully updated and expanded edition, authors Allen Downey and Chris Mayfield introduce programming as a means for solving interesting problems. Each chapter presents material for one week of a college course and includes exercises to help you practice what you've learned. Along the way, you'll see nearly every topic required for the AP Computer Science A exam and Java SE Programmer I certification. Discover one concept at a time: tackle complex topics in a series of small steps with multiple examples Understand how to formulate problems, think creatively about solutions, and develop, test, and debug programs Learn about input and output, decisions and loops, classes and methods, strings and arrays, recursion and polymorphism Determine which program development methods work best for you, and practice the important skill of debugging

Other editions

Similar books

  • HT THINK LIKE A COMPUTER SCIEN
    By Allen B. Downey, Chris Meyers, Jeffrey Elkner

    The goal of this book is to teach you to think like a computer scientist.

  • Thinking in Java
    By Bruce Eckel

    Bruce Eckel's "Thinking in Java— demonstrates advanced topics.Explains sound object-oriented principles as they apply to Java.Hands-on Java CD available online, with 15 hours of lectures and slides by Bruce Eckel.Live seminars, consulting ...

  • On Java 8
    By Bruce Eckel

    On Java 8

  • Think DSP: Digital Signal Processing in Python
    By Allen B. Downey

    Author Allen Downey explains techniques such as spectral decomposition, filtering, convolution, and the Fast Fourier Transform. This book also provides exercises and code examples to help you understand the material.

  • Think Complexity: Complexity Science and Computational Modeling
    By Allen Downey

    Enhances Python skills by working with data structures and algorithms and gives examples of complex systems using exercises, case studies, and simple explanations.

  • Effective Java
    By Joshua Bloch

    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.

  • Learning Java
    By Jonathan Knudsen, Patrick Niemeyer

    A tutorial introducing Java basics covers programming principles, integrating applets with Web applications, and using threads, arrays, and sockets.

  • Java NIO: Regular Expressions and High-Performance I/O
    By Ron Hitchens

    This title provides a complete introduction to this major improvement in the new 1.4 version of Java, the new Java.Nio package.

  • Think Perl 6: How to Think Like a Computer Scientist
    By Allen B. Downey, Laurent Rosenfeld

    Want to learn how to program and think like a computer scientist? This practical guide gets you started on your programming journey with the help of Perl 6, the younger sister of the popular Perl programming language.

  • Just Java 2
    By Peter Van der Linden

    Extensive new coverage includes: New chapters on generics and enumerated types New coverage of Web services, with practical examples using Google and Amazon Web services Simplified interactive I/O with printf() Autoboxing and unboxing of ...