Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Java Programming - Beginners guide
Rating: 4.3 out of 5(288 ratings)
24,506 students

Learn Java Programming - Beginners guide

Learn Java And Become a Java Programmer. Learn Core OOP Java fundamentals
Created byMark Nielsen
Last updated 6/2024
English

What you'll learn

  • Learn the core Java skills needed to build real-life applications
  • Acquire essential java basics for transitioning to the Spring and Springboot Framework
  • Be able to build applications that connect to a MySQL Database
  • Learn to develop state of the art Web Services
  • Java Basics
  • Learn to develop Desktop Applications for both Linux, Windows and Mac OS.

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

7 sections49 lectures4h 2m total length
  • Introduction8:52

    Discover Java programming basics including syntax and semantics. Explore object-oriented design, portability via byte code and the Java Virtual Machine, and Java's security, robustness, and enterprise use.

  • Java environment Setup1:39

    Download and install Java and the Java Virtual Machine runtime environment, then choose an IDE such as IntelliJ IDEA or Eclipse to begin Java programming.

  • Primitive Types - Theory5:19

    Learn Java's eight primitive types—integers, floating points, characters, and booleans—covering type ranges, memory use, and how to use variables to build basic programs.

  • Primitive Types7:23

    Learn to code with Java primitive types by building a hello world project, declaring strings, numbers, booleans, and combining them to produce output.

  • The 8 Primitive Types
  • Conditional Statements5:56

    Master conditional statements in Java by exploring if statements, else if, and comparisons such as greater than or equal to and not equal, with examples that print output.

  • For Loop6:03

    Learn to implement a for loop in Java, initializing i to zero, looping while i <= 5, incrementing i each time, and iterating over arrays using length to print elements.

  • While Loop4:18

    Learn how the while loop in Java executes the code block before checking the condition, contrasts with for loops and if statements, and demonstrates do-while behavior with practical examples.

  • Functions6:49

    define and call methods in Java, choose boolean or void return types, pass parameters, set scope, and reuse code with static methods and if statements.

  • Classes7:20

    Learn how to design classes and create objects in Java, using constructors, getters and setters to manage car properties like name and doors, and instantiate multiple car objects for reuse.

  • Say Hello

Requirements

  • no prior knowledge

Description

"Learn Java Programming - Beginners Guide" is a comprehensive course designed for individuals who are new to programming and want to learn Java from scratch. This course is suitable for beginners as well as experienced programmers who want to refresh their Java skills.

The course starts with an introduction to programming and Java basics. You'll learn how to set up your development environment, including installing Java and an Integrated Development Environment (IDE). You'll also learn how to write your first Java program, including variables, data types, and control structures.

Next, you'll dive into more advanced topics such as object-oriented programming (OOP), including classes, objects, inheritance, and polymorphism. You'll also learn how to use Java's built-in libraries and how to handle errors and exceptions.

After mastering the basics, you'll learn how to use various tools to test and debug your Java code, including the Intellij IDE and JUnit testing framework. You'll also learn how to use Git for version control and collaborate with other developers.

Throughout the course, you'll work on practical, real-world projects that will help you apply your newfound knowledge and skills. These projects include building a simple calculator, a tic-tac-toe game, and a basic web application using Java Servlets and JSP.

By the end of the course, you'll have a deep understanding of Java programming concepts, as well as the tools and techniques you need to build effective Java programs. Whether you're a student, a software developer, or someone who wants to learn programming as a hobby, this course will provide you with the skills you need to excel in your career.


What to expect from this course?

  • Learn the core Java skills needed to build real-life applications

  • Acquire essential java basics for transitioning to the Spring and Springboot Framework

  • Be able to build applications that connect to a MySQL Database

  • Learn to develop state of the art Web Services

  • Java Basics

  • Learn to develop Desktop Applications for both Linux, Windows and Mac OS.




Who this course is for:

  • Beginner Java Developers
  • Full-stack Developers
  • Backend Developers
  • Software engineers
  • Computer Science Students
  • Software Students