Learn Java Fundamentals
Autor: | Friesen, Jeff |
---|---|
EAN: | 9798868803505 |
Sachgruppe: | Informatik, EDV |
Sprache: | Englisch |
Seitenzahl: | 404 |
Produktart: | Kartoniert / Broschiert |
Veröffentlichungsdatum: | 26.06.2024 |
Untertitel: | A Primer for Java Development and Programming |
64,19 €*
Die Verfügbarkeit wird nach ihrer Bestellung bei uns geprüft.
Bücher sind in der Regel innerhalb von 1-2 Werktagen abholbereit.
Sharpen your Java skills and boost your potential as an IT specialist. This book introduces you to the basic Java features and APIs needed to prepare for a career in programming and development. Yoüll first receive an introduction to Java and then explore language features ranging from comments though exception/error handling, focusing mainly on language syntax and a few select syntax-related APIs. This constitutes the heart of the book, and yoüll use these building blocks to construct simple Java programs, and learn where Javäs implementations of expressions (and operators), and statements diverge from other languages. The final few chapters tour some additional APIs such as the Math class, related types, String and StringBuffer, and System. Along the way yoüll discover some interesting programs, such as Graph (a sine/cosine wave-plotting application) and WC (a word-counting application). Two appendixes provide quick references to Javäs supported reserved words, and to Javäs supported operators. Equipped with this knowledge, Learn Java Fundamentals will provide you the pathway to explore additional APIs on your own, and increase your Java awareness. What Yoüll Learn Understand the basics of Java applications and APIs Study language features such as comments, identifiers, variables, types, and literals. Explore operators, expressions, statements, and other key features such as classes, objects, class extension, and class abstraction. Who This Book Is For Developers, programmers, and students with little or no Java experience