Java Fundamentals Course – Sinhala Medium
Java Fundamentals Course – Sinhala Medium, available at $54.99, has an average rating of 4.5, with 32 lectures, based on 180 reviews, and has 2075 subscribers.
You will learn about Programming with Java from the beginning in Sinhala- Java මුල සිට සරලව සිංහලෙන් Practice with sample projects – සරල උදාහරණ සමග java concept පැහැදිලි කිරීම Improve your logical thinking – සරල උදාහරණ සමග ඔබගේ තර්ක කිරීමේ හැකියාව වැඩි දියුණු කිරීම Improve your programming experience – ඔබගේ programming කිරීමේ අත්දැකීම් වැඩි දියුණු කිරීම Talking about everything beyond the subject – විෂයට පමණක් සිමා නොවී එහා සම්බන්ධ සියලු දේ කතා කිරීම How to understand flow with program using flowchart – flowchart භාවිතයෙන් program එක්ක flow එක ගැන තේරුම් ගන්නා ආකාරය This course is ideal for individuals who are Anyone who want to learn Java – Java ඉගෙනීමට කැමැති ඕනිම අයෙකුට It is particularly useful for Anyone who want to learn Java – Java ඉගෙනීමට කැමැති ඕනිම අයෙකුට.
Enroll now: Java Fundamentals Course – Sinhala Medium
Summary
Title: Java Fundamentals Course – Sinhala Medium
Price: $54.99
Average Rating: 4.5
Number of Lectures: 32
Number of Published Lectures: 32
Number of Curriculum Items: 32
Number of Published Curriculum Objects: 32
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Programming with Java from the beginning in Sinhala- Java මුල සිට සරලව සිංහලෙන්
- Practice with sample projects – සරල උදාහරණ සමග java concept පැහැදිලි කිරීම
- Improve your logical thinking – සරල උදාහරණ සමග ඔබගේ තර්ක කිරීමේ හැකියාව වැඩි දියුණු කිරීම
- Improve your programming experience – ඔබගේ programming කිරීමේ අත්දැකීම් වැඩි දියුණු කිරීම
- Talking about everything beyond the subject – විෂයට පමණක් සිමා නොවී එහා සම්බන්ධ සියලු දේ කතා කිරීම
- How to understand flow with program using flowchart – flowchart භාවිතයෙන් program එක්ක flow එක ගැන තේරුම් ගන්නා ආකාරය
Who Should Attend
- Anyone who want to learn Java – Java ඉගෙනීමට කැමැති ඕනිම අයෙකුට
Target Audiences
- Anyone who want to learn Java – Java ඉගෙනීමට කැමැති ඕනිම අයෙකුට
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
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Chapter 2: Setup Environment
Lecture 1: How to download Java 11 JDK
Lecture 2: How to download IntelliJ Idea
Lecture 3: How to install Java 11 JDK
Lecture 4: How to install IntelliJ Idea
Chapter 3: First Step to Java
Lecture 1: How to create a java project
Lecture 2: Hello World – First Java Program
Lecture 3: Parts of a java program
Lecture 4: Naming Convention
Lecture 5: Comments
Lecture 6: Escape Sequence
Chapter 4: Variables & Data Types
Lecture 1: What is a Variable and Why we need variables
Lecture 2: Define Characters and Strings
Lecture 3: Char and String
Lecture 4: Int and Long
Lecture 5: Float and Double
Chapter 5: Operations
Lecture 1: Addition ,Subtraction , Multiplication and Division
Lecture 2: Modulus Operator
Lecture 3: Pre-increment and Post-increment
Lecture 4: Define Operator , Operands and Expression
Lecture 5: String Concatanation
Chapter 6: Read User Inputs
Lecture 1: String User Inputs
Lecture 2: Int User Inputs
Chapter 7: Conditions
Lecture 1: Less than
Lecture 2: Less than or Equal
Lecture 3: Greater than
Lecture 4: Greater than or Equal
Lecture 5: Equal too
Lecture 6: Not Equal
Lecture 7: Nested If
Lecture 8: AND Operator
Lecture 9: OR Operator
Instructors
-
Techy Chalks
Lecturer at Udemy
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 2 votes
- 3 stars: 12 votes
- 4 stars: 39 votes
- 5 stars: 126 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024