E-Book, Englisch, 385 Seiten, eBook
Friesen Learn Java Fundamentals
1. Auflage 2024
ISBN: 979-8-8688-0351-2
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
A Primer for Java Development and Programming
E-Book, Englisch, 385 Seiten, eBook
ISBN: 979-8-8688-0351-2
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
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.
You’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 you’ll use these building blocks to construct simple Java programs, and learn where Java’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 you’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 Java’s supported reserved words, and to Java’s supported operators. Equipped with this knowledge, will provide you the pathway to explore additional APIs on your own, and increase your Java awareness.
What You’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
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Weitere Infos & Material
Chapter 1: Getting Started with Java.- Chapter 2: Comments, Identifiers, Types, Variables, and Literals.- Chapter 3: Expressions.- Chapter 4: Statements.- Chapter 5: Arrays.- Chapter 6: Classes and Objects.- Chapter 7: Reusing Classes via Inheritance and Composition.- Chapter 8: Changing Type via Polymorphism.- Chapter 9: Static, Non-Static, Local, and Anonymous Classes.- Chapter 10: Packages.- Chapter 11: Exceptions and Errors.- Chapter 12: Math, BigDecimal, and BigInteger.- Chapter 13: String and StringBuffer.- Chapter 14: System.- Appendix A: Reserved Words Quick Reference.- Appendix B: Operators Quick Reference.