Java: An Introduction to Computer Science and Programming

Java: An Introduction to Computer Science and Programming
ISBN-10
0130316970
ISBN-13
9780130316974
Category
Java (Computer program language)
Pages
1049
Language
English
Published
2001
Author
Walter J. Savitch

Similar books

  • TCP/IP Sockets in Java: Practical Guide for Programmers
    By Michael J. Donahoo, Kenneth L. Calvert

    This book's focused, tutorial-based approach helps the reader master the tasks and techniques essential to virtually all client-server projects using sockets in Java.

  • Java for Artists: The Art, Philosophy, and Science of Object-oriented Programming
    By Rick Miller, Raffi Kasparian

    JFrame inherits the setBounds() method from java.awt.Component (see table 12-1). The parameters to the set- Bounds() method are in pixels and are interpreted in the coordinate system of the component's container, which is in this case ...

  • Think Java: How to Think Like a Computer Scientist
    By Allen B. Downey, Chris Mayfield

    The goal of this concise book is not just to teach you Java, but to help you think like a computer scientist. You’ll learn how to program—a useful skill by itself—but you’ll also discover how to use programming as a means to an end.

  • Key Java: Advanced Tips and Techniques
    By John Hunt, Alexander G. McManus

    When optimizing Java code , programmers naturally focus on improving performance . After all , the most common criticism levelled at Java is its relative lack of speed . There is , however , another side to optimization - that of ...

  • The Cucumber Book: Behaviour-Driven Development for Testers and Developers
    By Matt Wynne, Aslak Hellesoy, Steve Tooke

    You need Cucumber: a testing, communication, and requirements tool-all rolled into one. All the code in this book is updated for Cucumber 2.4, Rails 5, and RSpec 3.5.

  • Java Threads: Understanding and Mastering Concurrent Programming
    By Scott Oaks, Henry Wong

    This book discusses problems like deadlock, race conditions, and starvation in detail, helping you to write code without hidden bugs.Java Threads, Third Edition, has been thoroughly expanded and revised.

  • Java for Students
    By Doug Bell, Mike Parr

    Tercera edición PEARSON EDUCACIÓN , México , 2003 ISBN : 970-26-0144-4 Área : Universitarios Formato : 17 x 23 cm Páginas ... Third Edition , de Douglas Bell y Mike Part , publicada originalmente en inglés por Pearson Education Limited ...

  • Java in 24 Hours, Sams Teach Yourself (Covering Java 9)
    By Rogers Cadenhead

    Learn how to… • Set up your Java programming environment • Write your first working program in just minutes • Control program decisions and behavior • Store and work with information • Build straightforward user interfaces • ...

  • Java For Dummies
    By Barry Burd

    This new edition of the bestselling Java guide covers the key features that are new in Java 9, including JShell. The book also includes practice questions and exercises to help readers reinforce their understanding of Java programming.

  • Java All-In-One Desk Reference For Dummies
    By Doug Lowe, Barry A. Burd

    If the sprite is a simple geometric shape such as a circle, you can just create an Ellipse2D object and use the draw or fill method to render it. More commonly, the sprite is represented by a small image. Then you use the drawImage ...