
Sams Teach Yourself Java 2 in 24 Hours, Third Edition
by Rogers CadenheadOverview
Revised and updated edition of the leading Java tutorial for beginners with no previous programming experience. The book's short, simple one-hour chapters are easy to understand and they carefully step the reader through the fundamentals of Java programming. This edition has been updated to cover the new Java SDK version 1.3. Readers love this bookthey say it explains Java better than any other book they've seen, and that it's very clear, well-written, and interesting to read. They even appreciate the author's somewhat unique sense of humor.
Teaches Java first as a programming languageshort, simple, one-hour chapters are ideal for the beginner.
Revised and updated to cover the new SDK 1.3, and to reflect contemporary Java programming needs.
Editorial Reviews
Product Details
- ISBN-13:
- 9780672324604
- Publisher:
- Sams
- Publication date:
- 10/28/2002
- Series:
- Teach Yourself in 24 Hours Series
- Pages:
- 526
- Product dimensions:
- 7.36(w) x 9.28(h) x 1.15(d)
Read an Excerpt
Chapter 1: Becoming a Programmer
Computer programming is insanely difficult. It requires a four-year degree in computer science, thousands of dollars in computer hardware and software, a keen analytical intellect, the patience of Job, and a strong liking for caffeinated drinks. If you're a programming novice, this is probably what you've heard about computer programming. Aside from the part about caffeine, all of the rumors are greatly exaggerated.Programming is a lot easier than most people think, although there are several reasons why you might believe otherwise:
- Computer programmers have been telling people for years that programming is hard. This belief makes it easier for us to find highpaying jobs (or so I've heard) and gives us more leeway to goof off during business hours.
- Computer programming manuals are often written in a language that only a Scrabble player could appreciate. Strange acronyms like OOP, RAD, COM, and MUMPS are used frequently along with newly invented jargon like instantiation, bytecode, and makefile.
- Many computer programming languages have been available only with software packages costing $200 or more, which is a lot of cabbage.
Because of the growth of the Internet and other factors, this is a great time to learn programming. Useful programming tools are being made available at low cost (or no cost), often as downloads from World Wide Web sites. Thousands of programmers are distributing their work under "open source" licenses so people can examine how the programs were written, correct errors, and add their own improvements.
The goal of this book is to teach programming to the person who hasnever tried to program before, or the person who tried programming but hated it with an intense passion. The English language will be used as much as possible instead of jargon and obscure acronyms, and all new programming terms will be thoroughly explained as they are introduced.
If I've succeeded, you will finish Sams Teach Yourself Java 2 in 24 Hours with enough programming skill to be a danger to yourself and others. You'll be able to write programs, dive into other programming books with more confidence, and learn programming languages more easily. You also will have developed skills with Java, the most exciting programming language to be introduced in a decade.
The first hour of this book provides some introductory material about programming and gives you instructions on how to set up your computer so you can write Java programs. The following topics will be covered:
- Choosing which programming language to learn first
- What Java is
- Using programs to boss your computer around
- How programs work
- How program errors (called hugs) are fixed
- Acquiring the free Java 2 Software Development Kit
- Installing the Kit
- Getting ready to write programs
Choosing a Language
As you might have surmised at this point, computer programming is not as hard as it's cracked up to be. If you're comfortable enough with a computer to create a nice-looking resume, balance a checkbook with software such as Intuit Quicken, or create your own home page on the Web, you can write programs.
The key to learning how to program is to start with the right language. The programming language you choose often depends on the tasks you want the computer to accomplish...
Meet the Author
Customer Reviews
Average Review:
Most Helpful Customer Reviews
![]() |
I love this book. Although I advise setting aside 48 hours to really get a good grasp on it. Although it does spend a good deal of time on applets it does so with good logic. Most people who are only interested in spending about 24 hours on learning java most likely arent going to be developing indepth programs. If you want this book to either get a diecent grasp on java, or simply to quickly review java (which is my use of the book). I highly recommend it. However if you want to get deeper in java I recommend you buy this book first and follow it up with something such as learn java in 21 days.
|
![]() |
I felt the author did a good job with this book and I did not see where over half of the book was spent on Applets. The book does a very good job of explaining the basics of the Java language and introducing topics such as OOP. The one real draw back is I do not feel the author does a great job with exampls and samples they are there just not abundant and explained in detail. This book is also used to teach college courses that is the first and second Java classes semester 1 and 2.
|
![]() |
This book would have been a good introduction into the language, but applets are dead and over half this book was wasted on them. I have been developing in Microsoft tools for almost my entire career. I was hoping to get a good jump into Java with this book, but I was disappointed.
|