Die Studenten bekommen mit Einfuhrung in die Programmierung die Java Kern-Konzepte zur Java-Programmierung von dem Java-Autoren vermittelt, wie es keinen zweiten erfahrenen in der Lehre dieser Programmiersprache gibt. Das Lehrbuch stellt dabei den objektorientierten Ansatz vor, wo Studenten grundlegende Kontrollstrukturen und Funktionen von Java schnell erarbeiten konnen. Das Buch umfasst zudem das volle Programmiermodell wie die Standardbibliotheken fur Eingang, Grafik, Ton, und Bildverarbeitung. Somit deckt es die Vorlesung der Einfuhrung in die Programmierung mit Java in der benotigten Breite ab und ist somit fur alle einleitende Programmierkurse ideal. Es richtet sich aber auch wegen seiner vielen naturwissenschaftlichen Beispiele an die Naturwissenschaftler und Ingenieure, die die Programmierung mit Java mit der Mathematik, Biologie und weitere Wissenschaften oder Technik integrieren mussen. UBER DIE AUTOREN: Robert Sedgewick unterrichtet am Institut der Informatik der Universitat von Princeton. Er ist der Autor einer weit verwendeten Reihe auf von Addison-Wesley Professional veroffentlichten Algorithmen. Kevin Wayne unterrichtet auch am Institut der Informatik an der Universitat von Princeton. Seine Forschung konzentriert sich auf theoretische Informatik, besonders Optimierung und das Design, die Analyse, und die Durchfuhrung von Computeralgorithmen. UBER DEN FACHLEKTOR: Michael Leuschel ist Professor fur Informatik an der Universitat Dusseldorf. Sein Forschungsgebiet umfasst automatische Programm-optimierung und -analyse, sowie formale Methoden zur Entwicklung kritischer Softwaresysteme. "
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.