Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java for Beginners - Step by Step
Rating: 4.4 out of 5(1,057 ratings)
29,294 students

Java for Beginners - Step by Step

Understand the basics of Java
Created byRaghav Pal
Last updated 10/2025
English

What you'll learn

  • Understand how java works
  • Install and use java
  • Understand and use object oriented programming concepts
  • Write java programs on eclipse and other IDEs

Course content

6 sections11 lectures1h 42m total length
  • Getting Started5:04

    Today we will learn:

    1. What is JAVA
    2. A simple architecture of java
    3. IDE for Java (to write java programs)

    1. Java is a programming language
     Sun Microsystems
     James Gosling - 1991 - 1995

    2. Architecture : Platform independent

    3. IDE for java - integrated development environment

  • How to install JAVA on windows - Step by Step10:04

    Step 1: check if java is already installed 

                  java -version

    Step 2: download java from internet

    http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

    Step 3: Run the java exe

    Step 4: Setting environment variables

    Step 5: check if java is installed and available

  • How to install or update JAVA on Mac8:00

    Today we will learn

    1. How to setup and install java on mac os
    2. How to setup Java env variables
    3. How to change/switch java version on your system

    Step 1 : check if java is installed 
       Terminal : java -version
         : javac -version

    Step 2 : download and install java
    http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html

    Step 3 : How to set java env variable  - JAVA_HOME
       echo $JAVA_HOME
       setting JAVA_HOME
       setting JAVA_HOME in .bash_profile

    Step 4 : How to switch java version
     export JAVA_HOME=`/usr/libexec/java_home -v 1.8`

Requirements

  • No specialized knowledge is required
  • Basic knowledge on how to use computer is enough

Description

If you want to understand the basics of java in an easy and fun way, this course is for you.

You will learn:
1. What is Java
2. How to install Java
3. How to write first Java Program
4. Understand what is JRE, JDK, JVM and JAR
5. Understand and implement Object Oriented Concepts

We will have fun learning java.
Let's Get Started 

Who this course is for:

  • Anyone who wants to understand basic concepts of Java
  • Anyone who want to learn the basics of java