Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java Programming Basics And Array Basics with The Hangman
Rating: 4.2 out of 5(31 ratings)
3,141 students

Java Programming Basics And Array Basics with The Hangman

You will learn all the essentials of Java programming, and about Java Arrays while having fun.
Created bySarah Barnard
Last updated 1/2025
English

What you'll learn

  • Learn Java Programming Basics in an hour.
  • Apply the basics to the familiar HangmanGame.
  • Learn by having fun.
  • Learn: Variables, Decisions (if-else), For and While Loops
  • Learn how to use Java Arrays

Course content

4 sections16 lectures1h 22m total length
  • Introduction0:14

    Learn to code quickly while having fun.

Requirements

  • Download the Java JDK from Oracle
  • Download the Eclipse IDE
  • This basics course require no programming skills

Description

Code the Hangman Game in Java. Learn programming basics with the Java Beginners Course.

This is a super easy course to give you the basics of programming in Java.

The essential concepts of Java are here, all in this course, with a really fun and easy example of the Hangman Game.

  • We learn about data types like String, int, boolean, double, and char.

  • We learn about variables in programming.

  • Then we learn all about repeating coding blocks using the famous for loops and while loops.

  • We also cover decisions in Java, like if-else statements.

  • Arrays and a few of the major methods that we use with arrays.

    1. Declaring arrays

    2. Looping arrays

    3. Indexing and retrieving array values

    4. Finding a specific value

    5. Comparing arrays

We keep all the videos brief and to the point, and they are short and easy.

We then put all the techniques together to give you an idea of how you could use the techniques to do something useful, such as create a game.

Of course you could practice the code and create much more interesting solutions to this game. This is your challenge!

Java is a very comprehensive coding language, and there is, of course, a lot more to learn. This course provides a good start, and we hope that we will see you soon for further courses.

Who this course is for:

  • Beginners to Programming and to Java
  • You would like to learn quickly with practical examples