Java 17 for Absolute Beginners
eBook - ePub

Java 17 for Absolute Beginners

Learn the Fundamentals of Java Programming

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Java 17 for Absolute Beginners

Learn the Fundamentals of Java Programming

About this book

Write your first code in Java 17 using simple, step-by-step examples that model real-word objects and events, making learning easy. With Java 17 for Absolute Beginners you'll be able to pick up the concepts without fuss. It teaches Java development in language anyone can understand, giving you the best possible start.

You'll see clear code descriptions and layout so that you can get your code running as soon as possible.Author Iuliana Cosmina focuses on practical knowledge and getting you up to speed quickly—all the bits and pieces a novice needs to get started programming in Java.

First, you'll discover what type of language Java is, what it is good for, and how it is executed. With the theory out of the way, you'll install Java, choose an editor such as IntelliJ IDEA, and write your first simple Java program. Along the way you'll compile and execute this program so it can run on any platform that supports Java. As part ofthis tutorial you'll see how to write high-quality code by following conventions and respecting well-known programming principles, making your projects more professional and efficient.

Java 17 for Absolute Beginners gives you all you need to start your Java programming journey. No experience necessary. After reading this book, you'll come away with the basics to get started writing programs in Java.

What You Will Learn

  • Get started with Java 17 from scratch
  • Use data types, operators, and the stream API
  • Install and use the IntelliJ IDEA and the Gradle build tool
  • Exchange data using the new JSON APIs
  • Play with images using multi-resolution APIs
  • Implement the publish-subscribe architecture

Who This Book Is For

Those who are new to programming and who want to start with Java.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Java 17 for Absolute Beginners by Iuliana Cosmina in PDF and/or ePUB format, as well as other popular books in Computer Science & Open Source Programming. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover
  2. Front Matter
  3. 1. An Introduction to Java and Its History
  4. 2. Preparing Your Development Environment
  5. 3. Getting Your Feet Wet
  6. 4. Java Syntax
  7. 5. Data Types
  8. 6. Operators
  9. 7. Controlling the Flow
  10. 8. The Stream API
  11. 9. Debugging, Testing, and Documenting
  12. 10. Making Your Application Interactive
  13. 11. Working With Files
  14. 12. The Publish-Subscribe Framework
  15. 13. Garbage Collection
  16. Back Matter