Skip to main content

Head First Java 2nd Edition - Popular Book

 Rs. 625 This is a book that is tailored for Java novices. Ideal for those who are interested in learning Java but have been put off by the complexities of learning the language, Head First Java explores a new way of teaching the same.

Head First Java is aimed at people who are complete novices when it comes to programming with the language, and the book makes the learning experience fun - one that?s filled with innovative and novel measures.

If you?re not a fan of wracking your brain with dull theoretical concepts that put you to sleep, Head First Java can be a welcome addition to your shelf.

The book starts from the fundamentals and progresses to extremely advanced levels, employing an easy-to-learn approach throughout. From distributed programming with RMI and network sockets, object oriented design, and object properties and methods, to graphical user interfaces, Java archives, network connectivity and Java 5.0, the book explores every facet of the programming language with mysteries, puzzles and visuals that will keep you engaged.

The unusual format is based on the theory that the brain needs stimulation to grasp complex issues. The adopted approach brings about a considerable reduction in the time required to grasp the language.

About The Author
Kathy Sierra is a well-known game developer and programming inspector. She has worked as a master trainer for Sun Microsystems. She?s also one of the founders of JavaRanch, the online community of Java programmers.

Other books of hers that she?s co-authored with Bert Bates include

  • Head First Design Patterns
  • Head First EJB
  • Head First Servlets and JSP

Bert Bates has been involved in the area of software development for more than 25 years. He has been the lead developer for many Java certification exams. He is also a consultant in the area of artificial intelligence. He has co-authored the Head First series of books with Kathy Sierra.

Table Of Contents
Introduction
I Breaking the Surface: a quick dip
2 A Trip to Objectville: yes there will be Object
3 Know Your Variables: primitives and references
4 How Objects Behave: object state affects method &Junior
5 Extra-Strength Methods: flow control operations, and more
6 Using the Java Library: so you don't have to write it all yourself
7 Better Living in Objectville: planning for the future
8 Serious Polymorphism: exploiting abstract Classes and interfaces
9 Life and Death of an Object: constructors and memory management
10 Numbers Matter: math, formatting, wrappers; and statics
11 Risky Behavior: exception handing'
12 A Very Graphic Story: intro to GUI, event handling, and inner classes
13, Work on Your Swing: layout managers to subcomponents
14 Saving Object: serialization and I/0
15 Make a Connection: networking sockets and multi-threading
16 Data Structures: collections and genetics
17 Release Your Code: packaging and deployment
18 Distributed Computing: RMI with a dash of serialize, EJE, and Jini
Appendix A: Fatal code kitchen
Appendix B: To 7th Mugs that &diet make it into the rest of the book
Index

Comments

Popular posts from this blog

Introduction to JavaScript- Basics

JavaScript is the most popular scripting language on the internet, and works in all major browsers, such as Internet Explorer, Firefox, Chrome, Opera, and Safari. What You Should Already Know Before you continue you should have a basic understanding of the following: HTML and CSS If you want to study these subjects first, find the tutorials on our Languages page . What is JavaScript? JavaScript was designed to add interactivity to HTML pages JavaScript is a scripting language A scripting language is a lightweight programming language JavaScript is usually embedded directly into HTML pages JavaScript is an interpreted language (means that scripts execute without preliminary compilation) Everyone can use JavaScript without purchasing a license Are Java and JavaScript the same? NO! Java and JavaScript are two completely different languages in both concept and design! Java (developed by Sun Microsystems) is a powerful and much more complex programming language ...

IBM Sample Problem Using Speed

Question 1 A policeman starts chasing a thief 30 minutes after the thief had run from a spot. With an average speed of 20km per hour, he takes 2 hours to catch the thief. What is the average speed of the thief? a)16km/hr b)25km/hr c)24km/hr d)18km/hr Answer : a)16km/hr Solution: As given, the average speed of the policeman = 20km/hr. He takes 2 hours to catch the thief, so from formula, "distance = speed x time" we have The total distance covered by the police to catch the thief = 20 x 2 = 40 km (This value is also equal to the distance run by thief before being caught by Police.) Policeman had started late by 30 minutes and took 2 hours to catch the running thief. Above means that the thief takes (30minutes + 2 hours =) 5/2 hours to reach 40km. So the speed of the thief = 40/(5/2) = 40 x 2 / 5 = 16 km/hr. Hence the answer is 16km/hr. Question 2 From a particular spot, Tom started to chase Jerry which had left the spot before 30 minutes. Tom ran acro...

MCA - Syllabus, Notes, Question Papers, Projects

MCA - Syllabus, Notes, Question Papers, Projects : SEMESTER - 1 Syllabus: Syllabus PDF Notes: Semester 1 Notes Question Papers:  Project: SEMESTER - 2 Syllabus: Syllabus PDF                                   Notes: Semester 2 Notes Question Papers:  Projects:  SEMESTER - 3  Syllabus: Syllabus PDF                                   Notes: Semester 3 Notes Question Papers:  Project: SEMESTER - 4  Syllabus: Syllabus PDF                               ...