• Post category:StudyBullet-4
  • Reading time:7 mins read


Learn Java from scratch to become a computer programmer

What you will 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

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


Get Instant Notification of New Courses on our Telegram channel.


  • 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

Good Luck !!!

Β 

English
language

Content

Introduction

Introduction

Setup Environment

How to download & Install Java – Windows
How to download & install Java – MacOS
How to download & install IntelliJ – Windows
How to download & install IntelliJ – MacOS

First Step to Java

How to Create a Java Project Using IntelliJ IDEA
How to Write First Java Program
Parts of a Java Program
Naming Convention
Comments
Escape Sequences

Variables

Introduction to Variables
Char Data Type
String Data Type
Integer Data Type
Long Data Type
Float Data Type
Double Data Type

Basic Operations

Addition, Subtraction, Multiplication, Division
Operator, Operand and Expression
Modulus Operator
Pre Increment
Pre Decrement
Post Increment
Post Decrement
String Concatenation

Read User Inputs

Introduction to Read User Inputs
Read String User Inputs
Read Integer User Inputs

Conditions

Introduction to Conditions
Less than Condition
Less than or Equal Condition
Greater than Condition
Greater than or Equal Condition
Equal to Condition
Not Equal to Conditin
Nested If

Conditional Operators

And Conditional Operator
OR Conditional Operator

Loops

Introduction to Loops
For Loop
While Loop
Do while Loop