Title | : | Introduction to Programming in Java: An Interdisciplinary Approach |
Author | : | |
Rating | : | |
ISBN | : | 0321498054 |
ISBN-10 | : | 9780321498052 |
Language | : | English |
Format Type | : | Paperback |
Number of Pages | : | 744 |
Publication | : | First published June 28, 2007 |
Ten years in development, this book thoroughly covers the field and is ideal for traditional introductory programming courses. It can also be used as a supplement or a main text for courses that integrate programming with mathematics, science, or engineering.
Introduction to Programming in Java: An Interdisciplinary Approach Reviews
-
Strongly recommended! It's an amazing book, more focusing on the introduction to programming rather than Java. The topics cover the programming applications on audio, graphics, images, statistics, daily life, maths (you will see how beautiful the maths is after reading this book), algorithms, etc. The Q & A and exercises are the most important parts should not be missed, although it's a bit of difficult to the new programming learner like me.
Just created a repository of the solutions of exercises in this book:
github.com/rivertea/IntroToProgrammin...
You may help to improve the solutions together. -
This is a great introduction to Java. Some of the examples include image processing and audio processing: once you get through this, you'll not only have a solid background in Java but you'll actually be able to do some interesting things in the language as well.
-
This is appealing to those inclined to learning Java beyond the basics. The author sure didn't run out of examples, mostly applications of mathematical theories.
There are very interesting things like creating and manipulating graphics in Java.