Java complete course Bangla (Beginner to Advanced)

এই ভিডিও সিরিজে আশা করি Java বিষয়টাকে সহজে সহজে উপস্থাপন করতে পেরেছি। যদি আমার ভিডিওগুলো থেকে কোন কিছু শিখতে পারেন, তবে অবশ্যই আমার ভিডিওগুলো সবার সাথে শেয়ার করে আমাকে কৃতজ্ঞ করবেন । আমার এই কষ্টার্জিত কাজগুলো সবার কাছে পৌঁছে দেয়ার দায়িত্ব আপনার ।

team

Update news for 2022-2023

In this video, I will discuss a few updates regarding this java playlist.

team

Introduction to Java

• What is Java? • Why should we learn Java / Features of Java? • What does platform independent means? • History of Java • Required software

team

Online code editor | IDE

In this video, I will introduce you to online code editors and how to use online code editors.

team

JDK and Netbeans IDE setup Instructions

In this video, I will discuss setting up NetBeans and JDK.

team

First Java Application

team

Assignment 1 | create class & print data

In this video, I will share the first java assignment. Complete the assignment as soon as possible.

team

Escape sequence

team

Comments | Single Line | Multi Line

team

Five phases of a java program

In this video, I will discuss five phases of a java program: Editor, Compile, Load, Verify, and Execute.

team

Variable and data type in java (Part-1)

team

Variable and data type in java (Part-2)

team

Assignment 2 | Variables and data types

In this video, I will share the second java assignment. Complete the assignment as soon as possible.

team

Format specifier

team

How to get input from the user

team

Assignment 3 | User Input

In this video, I will share the first java assignment. Complete the assignment as soon as possible.

team

Arithmetic Operators | Type Casting

team

Assignment 4 | arithmetic operators

In this video, I will share the fourth java assignment. Complete the assignment as soon as possible.

team

Assignment Operator

team

Area of triangle and circle

team

Temperature Converter

team

Unary operator | Increament and Decrement

team

Relational Operator

team

Control Statement (if,else)

team

Assignment 5 | if,else statement

In this video, I will share the fifth java assignment. Complete the assignment as soon as possible.

team

Checking Even/Odd Number

team

Assignment 6 | if, else if, else statement

In this video, I will share the sixth java assignment. Complete the assignment as soon as possible.

team

Checking Vowel/Consonant

team

Logical Operator (part-1)

team

Logical Operator (part-2)

team

Assignment 7 | logical OR operator

In this video, I will share the seventh java assignment. Complete the assignment as soon as possible.

team

Assignment 8 | logical AND operator

In this video, I will share the eigth java assignment. Complete the assignment as soon as possible.

team

switch (part-1)

In this video, I will share the eigth java assignment. Complete the assignment as soon as possible.

team

switch (part-2)

team

Assignment 9 | switch statement

In this video, I will share the ninth java assignment. Complete the assignment as soon as possible.

team

Conditional Operator

team

Bitwise operator

1. Bitwise operator 2. Bitwise OR 3. Bitwise AND 4. Bitwise ExOR 5. Bitwise Right Shift 6. Bitwise Left Shift

team

Math Class

team

for loop

team

while loop

team

do while loop

team

while vs do-while loop

team

Assignment 10 | for loop

In this video, I will share the tenth java assignment. Complete the assignment as soon as possible.

team

break and continue statement

team

Netbeans keyboard shortcut

team

Assignment 11 | factorial of n

In this video, I will share the eleventh java assignment. Complete the assignment as soon as possible.

team

Assignment 12 | sum of m to n number

In this video, I will share the first java assignment. Complete the assignment as soon as possible.

team

print Even number from m to n

team

Series (part-1)

team

Series (part-2)

team

Find Factorial of a number

team

Multiplication Table ( গুণের নামতা )

team

Prime Number (মৌলিক সংখ্যা) | Part - 1

I have skip checking the number 1 and 2 intentionally. if you want to make it more efficient then you can easily add one more condition that will prompt the number 1 or 2 as prime. It is always better if you use your common sense.

team

Prime Number (মৌলিক সংখ্যা) | Part - 2

In this video, I will create a program to check whether a number is prime.

team

Prime Numbers from m to n

team

Fibonacci series | 0 1 1 2 3 4 ... n

team

Assignment 13 | fibonacci series

In this video, I will share the thirteenth java assignment. Complete the assignment as soon as possible.

team

sum of digits (Theory)

team

sum of digits (practical)

team

How To Reverse A Number (Theory)

team

How To Reverse A Number (practical)

team

Palindrome number (Theory)

team

Palindrome Number (practical)

team

Assignment 14 | palindrome number

In this video, I will share the fourteenth java assignment. Complete the assignment as soon as possible.

team

Armstrong number (Theory)

team

Armstrong Number (practical)

team

Assignment 15 | Armstrong number

In this video, I will share the fifteenth java assignment. Complete the assignment as soon as possible.

team

Assignment 16 | loop

In this video, I will share the sixteenth java assignment. Complete the assignment as soon as possible.

team

pattern related programs | Part - 1

team

pattern related programs | Part - 2

team

Assignment 17 | pattern

In this video, I will share the seventeenth java assignment. Complete the assignment as soon as possible.

team

Introduction to Array

team

Array ( finding sum and average )

team

Array ( finding Maximum and minimum)

team

for each loop

team

Assignment 18 | Array

team

introduction to 2D array

In this video, I will share the eighteenth java assignment. Complete the assignment as soon as possible.

team

Array (Matrix part-1)

team

Array ( Matrix part-2 )

team

sum of diagonal, upper triangle and lower triangle elements of a matrix

team

Array output (part-1)

team

Array output (part-2)

team

Sorting an Array

team

ArrayList (part-1)

team

ArrayList (part-2)

team

ArrayList (part-3)

team

Sorting an ArrayList

team

String (part-1)

team

String (part-2)

team

String (part-3)

team

String (part-4)

team

StringBuffer

team

String Palindrome

team

StringBuilder

team

Wrapper class (autoboxing, unboxing)

team

Conversion between String and Primitive Data type

team

Decimal To Binary,octal,hexadecimal

team

Binary, octal, hexadecimal to Decimal

team

Random Number Generator

team

Introduction to OOP | class,objects

team

Introducing method

team

Parametrized Method

team

Constructor

team

Types of Constructor

team

Overloading constructor

team

Returning a value from method

team

Difference between Constructor And Method

team

static variable (part-1)

team

static variable (part-2)

team

static variable (part-3)

team

static method

team

static method's restrictions

team

static block

team

Types of variable | local, class, instance variable

team

Problem Solving - 1 (Box volume)

team

Instance Variable Hiding

team

Math class (Remake)

team

Method Overloading

team

Automatic Type Conversion

team

Debugging in java

team

call by value vs call by reference

team

variable length arguments

team

Recursion

team

factorial using recursion in java

team

Iteration vs Recursion

team

Encapsulation

team

Setter And Getter methods

team

Inheritance (Theory)

team

Inheritance (practical)

team

Inheriting Private Member

team

instanceof Operator

team

Types of Inheritance

team

Method Overriding (part-1)

team

Method Overriding (part-2)

team

Method Overloading Vs Method Overriding

team

Why Java Doesn't Support Multiple Inheritance ?

team

super keyword (part-1)

team

Super Keyword (part-2)

team

super keyword (part-3)

team

super keyword (part-4)

team

this Keyword (part-1)

team

this Keyword (part-2)

team

final Keyword (part-1)

team

final Keyword (part-2)

team

Polymorphism (Theory)

team

Polymorphism (Practical-1)

team

Polymorphism (Practical-2)

team

Abstraction (Theory)

team

Abstraction (Practical)

team

Problem solving-2 (Abstract class Shape)

team

Introduction to interface

team

Why Interface Support Multiple Inheritance ?

team

Difference Between Abstract Class And Interface

team

Package (theory)

team

Package (practical)

team

Access Modifier

team

Type Casting (Upcasting & Downcasting)

team

Anonymous class

team

Exception handling (Theory)

team

Exception handling (practical)

team

Problem solving-3 (Exception Handling)

team

Decimal Number Formatting

team

toString Method

team

String comparison | equal( ) vs ==

team

LinkedList (part-1)

team

LinkedList (part-2)

team

Creating a Student List

team

HashMap

team

HashSet

team

How to create a file or directory

team

How to write into a File

team

How to read a File

team

How to run a java program from command Line

team

How to run a java program from a package

team

Coding Tips Bangla Tutorial - Coding Standard in Software Development