Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Coding for beginners with Java
Rating: 4.2 out of 5(6 ratings)
2,170 students

Coding for beginners with Java

Learn to code using Java from scratch
Last updated 3/2026
English

What you'll learn

  • Setup Java coding environment
  • Setup a Java project
  • Write Java Code
  • Java Packages
  • Java Variables
  • Use Classes in your Java projects
  • Java Arrays
  • Create a digital clock
  • Build and deploy Java Project

Course content

2 sections18 lectures1h 59m total length
  • Introduction1:05
  • What is Java5:45
  • Installing NETBeans IDE8:52
  • Java Packages8:27
  • Your first Java Program6:57
  • Basic structure of a Java Program10:00
  • Variables9:00
  • Arrays7:37
  • Code Comments4:39
  • Running Java Projects Outside IDE6:10

Requirements

  • Computer and Internet Access Required

Description

Java is  a popular object-oriented programming language. Java is intended to be highly portable, allowing code compiled on one platform to be run on another (using the Java virtual machine architecture), even if the CPUs and operating systems of the two systems are completely different. Java is intended to be secure and  is intended to be general-purpose.

There are lots of applications and websites that will not work unless you have Java installed,from laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere!and more are created every day.  Java is fast, secure, and reliable.


NetBeans is an open-source integrated development environment (IDE) for developing with Java, PHP, C++,and other programming languages.The NetBeans IDE can boost your productivity when you're working with Java.

NetBeans IDE is  a popular IDE for Java application development. It has editors, code analyzers,and converters, allows yot to quickly and smoothly upgrade your applications to use new Java language constructs, such as lambdas, functional operations, and method references.


This course provides a very simple and quick introduction to creating Java applications using the NetBeans IDE

workflow by walking you through the creation of a  Java application.

once you are done with this course, you will have a general knowledge of how to

create and run Java applications in the NetBeans IDE.


Who this course is for:

  • Beginners to Java
  • Beginners to Programming