Autoren-Bilder

Cay S. Horstmann

Autor von Core Java 2. Band 1. Grundlagen

62 Werke 1,763 Mitglieder 10 Rezensionen

Über den Autor

Cay S. Horstmann is the author of Scala for the Impatient (Addison-Wesley, 2012), is principal author of Core Java, Volumes I and II, Ninth Edition (Prentice Hall, 2013), and has written a dozen other books for professional programmers and computer science students. He is a professor of computer mehr anzeigen science at San Jose State University and is a Java Champion. weniger anzeigen

Reihen

Werke von Cay S. Horstmann

Core Java 2. Band 1. Grundlagen (1999) 198 Exemplare
Core Java, Volume 1: Fundamentals (2007) 153 Exemplare
Big Java (2002) 108 Exemplare
Core Java 2 (1999) 102 Exemplare
Core JavaServer Faces (2004) 97 Exemplare
Core Java (1996) 77 Exemplare
Scala for the Impatient (2012) 73 Exemplare
C for Everyone (2008) 32 Exemplare
Java Concepts (2005) 22 Exemplare
Big C (2004) 22 Exemplare
Core Java for the Impatient (2013) 19 Exemplare
Big Java Late Objects (2012) 17 Exemplare
Big Java: Early Objects (2013) 16 Exemplare
Python for Everyone (2013) 14 Exemplare
Java For Everyone (2010) 12 Exemplare
Java Concepts for Java 5 and 6 (2007) 10 Exemplare
Java Concepts: Early Objects (2012) 7 Exemplare
Core Java 2 Resource Kit (2002) 2 Exemplare
Core Java 2 : podstawy (2003) 2 Exemplare
Core Java 2, Volume 2 (2003) 1 Exemplar
Inside Java 2 (2000) 1 Exemplar
Java 2 i fondamenti (2001) 1 Exemplar

Getagged

Wissenswertes

Mitglieder

Rezensionen

This book is similar to CSS in Depth, in that it assumes you have prior experience with a programming language, and that it claims to teach the bleeding-edge. It was published in 2020, so unlike CSS in Depth, it really does teach modern JavaScript.
I already knew a bit of JavaScript, but the first few chapters did teach me a few new things, like "var" vs "let" and "const"; and what classes really are, constructor functions and prototypes and such. The next few chapters documented array, dates, regex, string and other useful functions and classes, which was more expansive and capable than I previously thought.
The last chapters were on internationalization (a lot more to it than just translation); iterators and generator (which I learned were quite like those in Python); asynchronous programming (which I still don't think I fully understand); modules (didn't know these existed); metaprogramming (a look into JavaScript's innards: Symbol, Object functions, more prototypes, proxies and the Reflect object); and it concludes with a crash course on TypeScript (which I skipped two thirds through because generic programming just doesn't sound interesting).
In conclusion, you should absolutely read the book even if you have some experience with JavaScript, if not just for the Alice in Wonderland bunny illustration on the cover.
… (mehr)
½
 
Gekennzeichnet
KJC__ | Nov 27, 2022 |

Dir gefällt vielleicht auch

Nahestehende Autoren

Statistikseite

Werke
62
Mitglieder
1,763
Beliebtheit
#14,601
Bewertung
½ 3.7
Rezensionen
10
ISBNs
181
Sprachen
8

Diagramme & Grafiken