Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java Fundamentals for Beginners
Rating: 4.5 out of 5(47 ratings)
4,034 students

Java Fundamentals for Beginners

Learn Java from scratch to become a computer programmer
Created byTechy Chalks
Last updated 7/2022
English

What you'll learn

  • Programming with Java from the beginning
  • Practice with sample projects
  • Improve your logical thinking
  • Improve your programming experience
  • Practical examples to explain every concept

Course content

10 sections46 lectures2h 27m total length
  • Introduction1:23

Requirements

  • Computer to coding java
  • An internet Connection
  • The desire to learn

Description


Hello, welcome to the java complete course for beginners. If you are also interested in learning computer programming, this java programming course is a good start.

In this course, the computer language java is discussed in English. in a way that is easy for everyone to understand from the beginning. In addition, we use practical examples to explain every concept. It develops your logical ability to write computer software. All you need is the desire and interest to learn.

This is the first release of this course. Java OOP concept lectures are coming soon….

as a first release, we discuss,

1. Introduction

  • Introduction to java

2. Setup Environment

  • How to download & install Java 17 - windows operating system

  • How to download IntelliJ & install IntelliJ IDEA - window operating system

  • How to download & install Java 17 - Mac OS

  • How to download IntelliJ & install IntelliJ IDEA - Mac OS

3. First Step to Java

  • How to Create Java Project

  • How to write first Java program ( The Hello World program )

  • Parts of Java Program

  • Naming Convention

  • Comments

  • Escape Sequences


4. Variables, Data Types

  • Introduction to variable

  • Char data type

  • String data type

  • Integer data type

  • Long data type

  • Float data type

  • Double data type

5. Basic Operations

  • Addition, Subtraction, multiplication, division

  • Define operator and operands

  • Modulus Operator

  • Pre-increment

  • Pre-decrement

  • Post-increment

  • Post-decrement

  • String concatenation


6. Read User Inputs

  • Read String user Inputs

  • Read Integer user Inputs

7. Conditions

  • Less than

  • Less than or equal

  • Greater than

  • Greater than or equal

  • Equal to

  • Not equal

  • Nested if

8. Conditional Operator

  • And operator

  • OR Operator

9. Loops

  • For Loop

  • While Loop

  • Do while Loop

9. Data Collections

  • Array


Good Luck !!!


Who this course is for:

  • Anyone who want to learn Java