Beginner Java @ Java Programming
 Programming Network : The Programmer Store & Resources
|  ASP.NET  |  HTML / DHTML  |  Java / JavaScript  |  Perl  |  PHP  |  Python  |  XML  |
Java Index - Java Beginner's Guides :

Java Beginner's Book :
Java Programming: From the Beginning

Java Programming: From the Beginning
Check price @
Amazon.com
Amazon.ca
Amazon.co.uk


Java Programming: From the Beginning
by K. N. King

Paperback: 788 pages
Dimensions (in inches): 1.18 x 9.23 x 7.52
Publisher: W.W. Norton & Company
ISBN: 0393974375; 1 edition (July 2000)


Amazon.com: Suitable for the classroom or for self-study, Java Programming from the Beginning puts basic Java development and object-oriented design into the hands of any computer-literate reader. Assuming no knowledge of computers--except, of course, an aptitude for programming and a willingness to learn--this textbook is one of the more accessible and well-presented introductions to Java available today.

The author is an experienced college teacher, and the book's effective presentation style is arguably its major strength. Early chapters rely on simple mathematical examples (such as converting temperatures from Fahrenheit to Celsius, or averaging grades). Other examples look at parsing social security numbers or storing entries from a telephone book. Java Programming does a good job of presenting the basics of object-oriented design in terms of both designing custom classes and taking advantage of existing Java classes, such as String, StringBuffer, and Vector objects. Of course, along the way, the basics of Java syntax are covered, including many of its keywords, operators, and data types.

Although it's suitable for a college classroom, this textbook is never academic or dull. The colloquial and friendly writing style presents the essentials of Java without ever getting bogged down in theory. Besides command-line programs, you'll learn also how to do basic graphics in Java, and even play simple games (like blackjack). The custom classes that are presented in this book make it simpler to work with Java, even for beginners. Every chapter provides extensive review summaries of the important points that are demonstrated in each section, as well as a handful of exercises that'll let you try out material on your own.

Now that Java is used routinely as a first programming language in many colleges, Java Programming from the Beginning fills a useful niche. It's also an excellent home-study choice for the reader who appreciates a patient and thorough teaching style. --Richard Dragan

Java Programming: From the Beginning covered:
• Basics of computer hardware and software
• Graphical user interfaces vs. text-based interfaces
• General introduction to programming languages
• Basic Java language features and syntax
• Calculations
• Constants
• Methods
• Console I/O
• Computing averages
• Syntax errors and debugging
• Introduction to object-oriented design: classes, objects, and instance methods
• Working with the Java String and StringBuffer classes
• Basic control structures
• Comparison
• Relational and equality operators
• Operator precedence
• Loops and counting variables
• Decoding social security numbers
• Using Java arrays and the Vector class
• Using arrays for a database
• Arrays of objects
• Sample case study for a telephone directory
• Drawing basic shapes, colors, and text
• A message window example
• Class variables and methods
• Passing arguments to methods
• Helper methods
• Principles for designing methods in Java
• Exception-handling basics
• The switch statement
• Using the Java primitive types
• Writing custom classes
• The this keyword
• Constructors
• Code reuse
• Sample code for blackjack
• Inheritance and subclasses
• Polymorphism
• Abstract classes
• The final classes
• Introduction to the Abstract Windowing Toolkit (AWT)
• Frames and event handlers
• Layout managers
• Data structures, sorting, and searching
• Using sets (and bit sets)
• File I/O in Java (opening, reading, and writing files)
• Installing the Sun JDK
• Custom classes for simplified introductory Java programming

From Book News, Inc.: This introductory textbook for a CS1 course explains how to design, implement, and debug programs written in an object-oriented language. King (Georgia State University) focuses on applications rather than applets.Book News, Inc.®, Portland, OR

Book Description: Java Programming: From the Beginning is an introductory textbook aimed at the traditional CSI course. It assumes no previous programming experience. Unlike many Java texts currently on the market, this book avoid trendiness for its own sake, instead focusing on teaching students programming skills on which they can build a career. The emphasis is on learning how to design, implement, and debug programs written in an object-oriented language. Topics are introduced in a spiral fashion, with as little "magic" as possible. Applets are de-emphasized, and there is no attempt to introduce all the features of Java. After using this book in a course, students should be well prepared to move on to C++ or more advanced courses in Java.

Main features:
• Early coverage of objects
• "Spiral" approach--introducing new material gradually, as needed
• More than 700 review questions, exercises, and programming projects
• In-depth case studies, to help students develop problem-solving skills
• Ample reference material, including detailed coverage of the major API classes

From the Author: Since 1996, I've taught Java to hundreds of college students and working professionals. I've found that nearly all Java books on the market are too difficult for someone with no previous programming experience. "Java Programming: From the Beginning" is designed to fill that gap.

If you're searching for a book that covers all the trendy new Java features, you'll need to look elsewhere. If you want a book that's broad but shallow, you've come to the wrong place. But if you're interested in learning the fundamentals of Java and of programming in general, welcome home.

I've tried to explain Java in clear, simple language, using plenty of interesting programs to illustrate the features of the language. I've avoided using a "cookbook" approach: the emphasis is on understanding, not merely imitating.

Although "Java Programming: From the Beginning" is for the novice, it isn't one of those watered-down "dummies" books. It assumes that the reader is an intelligent person who simply lacks programming experience. If "gentle but thorough" didn't sound so much like a laxative slogan, it would be the perfect description for this book. Starting from the beginning, it covers all the fundamental knowledge that a Java programmer needs.

Each chapter of "Java Programming: From the Beginning" ends with a Q&A section--a series of questions and answers related to material covered in the chapter. Other key features include:
• Warnings
• Style tips
• Design tips
• Cross-references
• Debugging sections
• Case studies
• Nearly 400 review questions (with answers provided) and 200 exercises
• Over 130 programming projects

For more information about "Java Programming: From the Beginning," please visit the author's Web site (knking.com).

About the Author: K.N. King (Ph.D. University of California, Berkeley) is associate professor of computer science at Georgia State University. He is the author of Modula-2: A Complete Guide (1988) and C Programming: A Modern Approach (1996).


Customer Reviews
Great for learning the Basics, January 9, 2002
Reviewer: diogenes-x from Edinboro, PA United States

I've read this book cover to cover, and I think it is an excellent way to start programming in java. I think it is a wonderful introduction, my only gripes are that the new GUI interface, Swing, is not covered, only the older AWT. Also, this book is very weak on graphics programming, he never even explains how to incorperate java graphics into programs! He basically writes it off by saying its too complicated.

A must fore beginners, December 4, 2001
Reviewer: Luis Delgado from Miami, FL USA

Hi: This book is a very helpful guide for someone trying to start and understand a complex language such as Java. This book introduces us little by little to the confusing web of Java structures, procedures, objects, instances, classes...

Besides, it explains how to use some data structures and arrays, sometimes with very complex but understandable excercises that makes the reader produce a clear mind for Java's complex procedures.

The bad part is that is does not dig into Java graphical interface. Being this a very complex part of Java itself, the book does not tell us how to make panels, menus and many other features that are needed for simple graphical programs. Although it explains something about graphical structures, the explanations are not very good and sometimes you will have to look for another source to understand how it works.






Book Subjects
Java Beginner's Guides
Java Reference
Java Servlets
Java Certification Central
Visual J++
 
Learn Java
Java 2: A Beginner's Guide
by Herbert Schildt
Beginning Java 2 SDK 1.4 Edition
by Ivor Horton
Beginning Java 2 - Jdk 1.3 Edition (Programmer to Programmer)
by Ivor Horton
Computer Graphics / Games: Photoshop Wire | CorelDRAW Wire | PC Games
Graphing Calculators | Shop 4 Calculator
© 2017, Programming Network