Head First Java 2nd Edition (inbunden)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
686
Utgivningsdatum
2005-02-01
Upplaga
2Rev e.
Förlag
O'REILLY & ASSOCIATES
Medarbetare
Bates, Bert
Illustrationer
Illustrations, ports.
Dimensioner
235 x 205 x 34 mm
Vikt
1431 g
Antal komponenter
1
Komponenter
,
ISBN
9780596009205

Head First Java 2nd Edition

A Brain-friendly Guide

(8 röster)  |   Läs 2 recensioner
Häftad,  Engelska, 2005-02-01

Slutsåld

Learning a complex new language is no easy task especially
when it s an object-oriented computer programming language
like Java. You might think the problem is your brain. It
seems to have a mind of its own, a mind that doesn't always
want to take in the dry, technical stuff you're forced to
study.

The fact is your brain craves novelty. It's constantly
searching, scanning, waiting for something unusual to
happen. After all, that's the way it was built to help you
stay alive. It takes all the routine, ordinary, dull stuff
and filters it to the background so it won't interfere with
your brain's real work--recording things that matter. How
does your brain know what matters? It's like the creators of
the Head First approach say, suppose you're out for a hike
and a tiger jumps in front of you, what happens in your
brain? Neurons fire. Emotions crank up. Chemicals surge.

That's how your brain knows.

And that's how your brain will learn Java. Head First Java
combines puzzles, strong visuals, mysteries, and
soul-searching interviews with famous Java objects to engage
you in many different ways. It's fast, it's fun, and it's
effective. And, despite its playful appearance, Head First
Java is serious stuff: a complete introduction to
object-oriented programming and Java. You'll learn
everything from the fundamentals to advanced topics,
including threads, network sockets, and distributed
programming with RMI. And the new. second edition focuses
on Java 5.0, the latest version of the Java language and
development platform. Because Java 5.0 is a major update to
the platform, with deep, code-level changes, even more
careful study and implementation is required. So learning
the Head First way is more important than ever.

If you've read a Head First book, you know what to expect--a
visually rich format designed for the way your brain works.
If you haven't, you're in for a treat. You'll see why people
say it's unlike any other Java book you've ever read.

By exploiting how your brain works, Head First Java
compresses the time it takes to learn and retain--complex
information. Its unique approach not only shows you what
you need to know about Java syntax, it teaches you to think
like a Java programmer. If you want to be bored, buy some
other book. But if you want to understand Java, this book's
for you.

Kundrecensioner

Det finns 2 recensioner av Head First Java 2nd Edition. Har du också läst boken? Om du har köpt den på Bokus.com vill vi gärna höra vad du tyckte om den! Sätt ditt betyg »
  1. Lättläst
    Per, 14 oktober 2019

    Bra metodik där goda skratt bidrar till lärandet! En variation av övningar som gör att man hela tiden växlar mellan att läsa och göra små övningar.

  2. Absolut lysande som introduktion till Java!
    Tomas Hertzman, 15 augusti 2007

    Det är bara ett problem med den här boken, och det är att man blir bortskämd med hur programmeringsböcker borde vara skrivna. :) Boken är skriven med humor och inlevelse och bygger på att du själv tänker efter. Det finns övningsuppgifter, olika klurigheter och till och med korsord (som givetvis är relaterade till Java-termer) för att hjälpa till i lärandet. Det är INTE en teknisk referensbok. Språket är i en berättande, "oteknisk" form som gör att man upplever hela boken som en konversation/l... Läs hela recensionen

Övrig information

Kathy Sierra has been interested in learning theory since her days as a game developer (Virgin, MGM, Amblin'). More recently, she's been a master trainer for Sun Microsystems, teaching Sun's java instructors how to teach the latest technologies to customers, and a lead developer of several Sun certification exams. Along with her partner Bert Bates, Kathy created the Head First series. She's also the original founder of the Software Development/Jolt Productivity Award-winning javaranch.com, the largest (and friendliest) all-volunteer Java community. Bert Bates is a 20-year software developer, a Java instructor, and a co-developer of Sun's upcoming EJB exam (Sun Certified Business Component Developer). His background features a long stint in artificial intelligence, with clients like the Weather Channel, A&E Network, Rockwell, and Timken.

Innehållsförteckning

Breaking the surface

A trip to objectville

Know your variables

How objects behave

Extra strength methods

Using the Java library

Better living in objectville

Serious polymorphism

Life & death of an object

Numbers matter

Risky behaviour

A very graphic story

Work on your swing

Saving objects

Make a connection

Data structures

Didtributed computing