Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Become a Java Programmer
Rating: 4.5 out of 5(12 ratings)
244 students

Become a Java Programmer

Learn the Basics of Java in a clear, understandable way with lots of practical examples
Created byMorgan Collett
Last updated 6/2024
English
English [Auto],

What you'll learn

  • You will learn how to install the JDK and use JShell + Eclipse
  • You will learn core Java skills from beginner to advanced
  • You will obtain basic knowledge of how programming a computer works
  • You will be able to move on to get hired as a Java developer
  • You will learn how to use Object Oriented Programming
  • You will learn how to build simple applications in Java

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

10 sections90 lectures5h 54m total length
  • Introduction2:38

    Explore Java, the widely used programming language taught in this course, and learn how precise, case-sensitive commands drive computers; code runs top to bottom, with well-paying roles.

  • Course Structure0:56

    Discover the seven sections of the course, from getting started and variables and data types to programming in Eclipse, object oriented programming, conditionals, loops, and imports, with projects.

  • How to use this course0:19
  • Installing Java/JShell3:11

    Install the Java development kit from Oracle, download the mac dmg or Windows setup, and verify with java -version.

  • Intro to JShell1:40

    Learn how to access and use JShell to run Java code with immediate results from terminal. Discover how to enter definitions or expressions and navigate commands like /help and /exit.

  • Expressions in JShell2:29

    Explore how to use expressions in JShell to perform arithmetic operations such as plus, minus, times, and division, including modulus. Learn to compare values using equals to determine equality.

  • Printing Text in JShell3:32

    Learn to print text in JShell with System.out.println in the terminal, including Hello world, numbers, and simple expressions, using the semicolon as required.

  • Print Hello World
  • Other Print Commands in JShell7:05

    Learn to print in JShell with print vs println, format with printf using %d and %s, and print errors with System.err.println, noting JShell treats System.out and System.err the same.

  • Section 1: Java Programming Terms0:22

Requirements

  • No programming experience required. All you need is a computer with Internet access!

Description

Become a Java Programmer in 2023

Are you interested in becoming a Java Programmer? This course will teach you the basics of Java, one of the most popular programming languages. This course is for those who do not have any previous knowledge of computer programming. Starting with the basics and moving on to more advanced topics, this course explains concepts in a clear, logical way that anyone can understand.

This is a short but comprehensive course that will give you a basic foundation of skills from which you can continue to become a Java developer, and do so without taking up many hours of your time.

Java is the third-most used programming in the world and the salary for a Java developer is up to 9,500 dollars per month, making it an excellent career choice. Why not start learning Java this year with this course?


What this course includes:

  1. 5+ hours of video lessons
 in 7 sections. Each video focuses on a single topic and is short enough to be easily taken in.

  2. 20+ Hands-On examples and coding exercises. These exercises are placed at relevant stages of the course to practice what you have learned, and each is complete with simple instructions and a solution.

  3. Quizzes at the end of each section to test your knowledge
.

  4. Projects to apply your learning.


What this course covers:

  • Using the Eclipse IDE to build Java projects


  • Using JShell


  • An introduction to Object Oriented Programming in Java


  • Variables and Data Types

  • Conditionals and Loops

  • Arrays and ArrayLists

  • How to handle Exceptions


  • Methods, classes and imports

  • How to create simple applications in Java


Hit the enroll button now to start learning!

Who this course is for:

  • Beginners who have never coded before, interested in learning Java programming