Book Image

Learning Java 11 [Video]

By : Ethan Catzel
Book Image

Learning Java 11 [Video]

By: Ethan Catzel

Overview of this book

<p>Java is one of the most well-known programming languages out there, primarily due to how adaptable and perfect it is. Java can be utilized for an extensive number of tasks, including programming improvement and versatile applications. Knowing Java opens a lot of doors for you as a developer.</p> <p>This video course will be a guide to get you up and running with Java. From installation to key features, this course will be your companion as you build robust and efficient applications with the latest features of Java 11. This tutorial will give you a head start in programming. It supplies enough material for you to start creating something with it right from the word go. You will be solving programming problems and exercises in the various sections and building a calculator application as a fun learning experience.</p> <p>By the end of the course, you will be confident with your programming skills and will be up-and-running with Java 11 and all its new features.</p> <p><br />The code bundle for this video course is available at -&nbsp;<a href="https://github.com/PacktPublishing/Learning-Java-11" target="_blank">https://github.com/PacktPublishing/Learning-Java-11</a></p> <h1>Style and Approach</h1> <p>A practical step-by-step guide to using Java 11 and its algorithms to solve problems.</p>
Table of Contents (6 chapters)
Chapter 2
Programming Syntaxes, Variables, and Expressions
Content Locked
Section 1
Understanding the Programming Basics
Develop an understanding of how the Java code operates and all the special syntax. Learn the Java syntax, including but not limited to reserved words, variables, expressions, and blocks of code. - Write single-line and multiline comments - Learn what reserved words, variable syntax, and blocks of code are - Learn syntax for expressions, array items, statements, string and characters