Java Basic
Java Basic
This course covers Java fundamentals, including syntax, data types, control structures, methods, and classes. Students will get baisc knowledge of object-oriented programming (OOP) and basic data structures like arrays and basic alogrithms. Hands-on exercises will build problem-solving skills, preparing learners for advanced programming. No prior experience required.
Nick Young
Certificate
Included as a benefit of this course
63 Days
2 - 3 Hours per day
Course Details
Duration
2 Months
Subject
Java Basic
Fees
10000 MMK
ဘယ်သူတွေတက်သင့်လဲ?
- Programming ကိုဝါသနာပါပြီး စတင်လေ့လာလိုသူများ
- Web Development, Mobiles apps နဲ့ software engineering အခြေခံလေ့လာလိုသူများ
- Career Development အတွက် အထောက်အကူပြုလိုသူများ
- Java language သည် programming အခြေခံအတွက်အကောင်းဆုံး good entry ဖြစ်သောကြောင့် အခြေခံမရှိသူများတက်ရောက်သင့်သည်
Course Curriculum
Module 1 :
Introduction to Java
Learn what is programming,what is Java, Java Syntax, Java Comments, JDK and IDE installation.
Module 2 :
Data Types and Variables
In this module, you will have to learn about Java variables and the data types in Java. This module will include declaring variables, multiple variables declaration , boolean, Primitive Data Types and related exercises and quizzes.
Module 3 :
Expression and Operators
You will learn about Java Expressions and operators in this module. This will cover Assignment Operators, Arithmetic Operators, Comparison Operators, Logical Operators, and Type Casting.
Module 4 :
Making Decisions and Loops Part 1
In decisions making modules, you will explore about if else statements, switch, nested loops, while, do while, for loops, foreach and jumping Statements.
Module 5 :
Making Decisions and Loops Part 2
In decisions making modules, you will explore about if else statements, switch, nested loops, while, do while, for loops, foreach and jumping Statements.
Module 6 :
Making Decisions and Loops Part 3
In decisions making modules, you will explore about if else statements, switch, nested loops, while, do while, for loops, foreach and jumping Statements.
Module 7 :
Making Decisions and Loops Part 4
In decisions making modules, you will explore about if else statements, switch, nested loops, while, do while, for loops, foreach and jumping Statements.
Module 8 :
Methods
In this module, you will leaarn about defining methods, calling methods, parameters and return data
Module 9 :
Arrays
This will cover 1D arrays, 2D arrays, and looping in arrays
Module 10 :
Java Class
In this module, it will cover basic knowledge of classes which will be connected to OOP and advanced Java learning