Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java Programming Fundamentals
Rating: 4.6 out of 5(647 ratings)
15,349 students

Java Programming Fundamentals

A step-by-step beginner's guide to programming in Java
Last updated 12/2021
English
English [Auto],

What you'll learn

  • Develop your programming skill by practicing coding excercises
  • Improve your logical thinking

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

4 sections13 lectures55m total length
  • Welcome3:06

    Begin your journey in Java programming fundamentals for beginners with expert explanations and hands-on practice, including recommended Java books and coding challenges.

  • Software Installation: JDK and IntelliJ IDEA2:36

    Install the Java Development Kit and IntelliJ IDEA, accept licenses, download the community editions for Windows or Mac, install, and configure the JDK in a new project.

  • Example: Write your first code - Hello World3:48

    Write your first Java code by creating a main function and class, then print hello world to the terminal using System.out.println with a semicolon.

  • Add new line between texts

Requirements

  • A Windows, Mac or Linux computer
  • You must install JDK and IntelliJ IDEA editor to practice coding by yourself

Description

Learning a programming language is not easy. There are tons of books, articles, video tutorials out there. For a beginner it’s quite overwhelming. I saw people lost their interest quickly after going through all the theories. 

If you have read programming books or watched online courses, you may have noticed most of the time everyone starts by explaining all the terms of a language. For a newcomer these topics do not make sense. It’s not necessary right away when you are just starting. I believe there is a better way to introduce coding to an absolute beginner. 

I have been thinking about this for a while and have come up with a solution. In this course I am going to teach fundamentals of programming through coding exercises. It is a crash course in Java, a widely used and very popular programming language.

Who this course is for:

  • This course is for anyone with zero programming knowledge
  • This course is for those who want to take programming as their career
  • This course is for those who want to improve their programming skill with practice