Java Essential Training: Syntax and Structure


Author: David Gassner
Released: 1/19/2018
Skill Level: Intermediate
Duration: 3h 9m



Get started with Java, the popular object-oriented programming language. In this course—the first installment in the Java Essential Training series—start exploring this essential language, and learn about basic Java syntax and the Java platform's fundamental architecture. Instructor David Gassner goes over the history of the language, providing coverage of its principles, components, and syntax. David explains how to install Java on Windows and macOS, and how to create a project in IntelliJ IDEA. He also demonstrates how to work with primitive variables, create and parse String values, and manage program flow—including how to create reusable code.
Topics include:
Reviewing the principles and components of Java
Choosing a development environment
Testing simple Java code in JShell
Creating a project in IntelliJ IDEA
Working with primitive variables
Working with Boolean and character values
Working with String values
Managing program flow
Creating reusable code with methods

Exercise Files


Comments

Popular posts from this blog

Programming Foundations: Algorithms

Programming Foundations: Object-Oriented Design

CSS Essential Training