Java: An Introduction to Problem Solving & Programming

Java: An Introduction to Problem Solving & Programming
ISBN-10
0136130887
ISBN-13
9780136130888
Category
Computers
Pages
899
Language
English
Published
2008
Publisher
Prentice Hall
Authors
Walter J. Savitch, Frank M. Carrano

Description

Trusted authors Savitch and Carrano examine problem solving and programming techniques with Java. Readers are introduced to object-oriented programming and important concepts such as testing and debugging techniques, program style, inheritance, and exception handling. More emphasis on design and algorithms before coding in programming examples and case studies. More attention given to using methods prior to defining methods. Coverage of enumerations and the for-each loop.. Additional coverage of interfaces and polymorphism New glossary of terms.. A useful reference for programmers who need to brush up their Java skills.

Other editions

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.

  • Elements of Programming Interviews: The Insiders' Guide
    By Adnan Aziz, Tsung-Hsien Lee, Amit Prakash

    The book begins with a summary of the nontechnical aspects of interviewing, such as common mistakes, strategies for a great interview, perspectives from the other side of the table, tips on negotiating the best offer, and a guide to the ...

  • 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 ...

  • 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.

  • 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.

  • 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.

  • The Java Programming Language
    By David Holmes, James Gosling, Ken Arnold

    Direct from the creators of the Java programming language, this Third Edition of The Java Programming Language is a valuable resource for both novice and advanced programmers. More than 100,000...

  • Java Cookbook
    By Ian F. Darwin

    The book provides quick solutions to particular problems that can be incorporated into other programs, but that aren't usually programs in and of themselves.

  • 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 • ...