Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Udemy

Learning Java using JShell

via Udemy

Overview

Covers variables, operators, conditional statements like loops and methods

What you'll learn:
  • You made the start with Java programming.
  • You will learn variable types and the control structures of Java.
  • You will learn how to use the inbuilt shell JShell of Java included since Java 9.
  • You can use JShell for the first usefull programs.

This course is intended for all students who are new in programming and want to learn a programming language from the scratch. No prior programming skills are needed to participate within the course. It is also interesting for non-programmers who want to get the first insights in what developers actually do in their daily work.

The course covers the basic concepts of variables, value assignments to variables, operators on variables and conditional statements like the if-statement or the while-loop. It does not cover object-oriented programming.

The course utilizes a new approach to learn the basic concepts of programming utilizing the Java language by using the shell which is included since Java 9 within the Java installation package which is called JShell. So, the as minimum Java 9 is needed for practical examples within the course but any other higher version of the Java Developer Kit (JDK) which is downable for free is also suitable.

The shell enables you to run small programs while you type. Each and every line of the program which is typed in is immediately executed. This release you from the burden to learn the write-compile-run loop at the beginning and gives you a quick start. Of course for more complex development task like object oriented programming this is needed and also the learning of an Integrated Development Environment (IDE) should be done. But these are more complex lectures which are excluded from the course by using the included shell JShell to give you a jump start.

Syllabus

  • Introduction and Installation
  • Operators and Variables
  • String, Chars and Booleans
  • Compound Assignment Operators and Unary Operators
  • The If-Statement
  • The Switch-Statement
  • The While-Loop and the Do-While-Loop
  • Arrays
  • The For-Loop and the For-Each-Loop
  • Methods
  • Practical Excercise
  • Outlook: Java as a Object Oriented Programming Language

Taught by

Christoph Tornau

Reviews

4.2 rating at Udemy based on 19 ratings

Start your review of Learning Java using JShell

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.