Java Fundamentals Course - Sinhala Medium

Java programming මුල සිට සරලව සිංහලෙන් හැමෝටම තේරෙන විදියට

Java Fundamentals Course - Sinhala Medium
Java Fundamentals Course - Sinhala Medium

Java Fundamentals Course - Sinhala Medium free download

Java programming මුල සිට සරලව සිංහලෙන් හැමෝටම තේරෙන විදියට

Note : This course conduced in Sinhala (Mother language of Sri Lanka) .Not in English


ඔබටත්  computer progamming ඉගෙන ගැනීමට රුචියක් තිබේ නම් මෙම java programming පාඨමාලාව හොද ආරම්භයක් ලෙස දැක්විය හැක .

මෙම පාඨමාලාවේ දී java නම් පරිගණක භාෂාව  මුල සිට සරලව සැමටම තේරෙන විදියට සිංහල භාෂාවෙන් කතා කරනු ලබයි . එපමණක් නොව flowchart අදිමින් computer program එකක ගලා යෑම (flow එක) තේරුම් කරනු ලබයි . එමගින් සිදුවන්නේ පරිගණක ක්‍රමලේඛන (software) ලිවීමට ඔබ තුල ඇති තාර්කික හැකියාව වර්ධනය වීමයි . ඔබට අවශ්‍ය වන්නේ ඉගෙනීමට ඇති ආසාව සහ උනන්දුව පමණි .

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 Sinhala. in a way that is easy for everyone to understand from the beginning. In addition, the flowchart is used to understanding the flow of a computer program. It develops your logical ability to write computer software. All you need is the desire and interest to learn.

Good Luck !!!


1. Introduction

  • Introduction

2. Setup Environment

  • How to download Java 11

  • How to download IntelliJ

  • How to install Java 11

  • How to install IntelliJ Idea


3. First Step to Java

  • How to Create Java Project

  • Hello World

  • Parts of Java Program

  • Naming Convention

  • Comments

  • Escape Sequences


4. Variables, Data Types

  • Introduction

  • What is a Variable and why we need variables?

  • Define Characters and Strings

  • Char and String

  • Int and long

  • Float and double


5. Basic Operations

  • Addition, Subtraction, multiplication, division

  • Modulus

  • Pre-increment, post-increment

  • Define operator and operands

  • String concatenation


6. Read User Inputs

  • Read String Inputs

  • Read Integer Inputs


7. Conditions

  • Less than

  • Less than or equal

  • Greater than

  • Greater than or equal

  • Equal to

  • Not equal

  • Nested if

  • And operator

  • OR Operator