-
₹2000
-
Duration: 10 Hours
-
Delivery mode: Online
-
Group size: Individual
-
Instruction language:
English,
Malayalam
-
Certificate provided:
No
This course is designed for absolute beginners who want to learn Java programming from scratch. It starts with the basic concepts like variables, data types, and simple programs, and gradually introduces important topics such as conditions, loops, arrays, and basic object-oriented programming.
The lessons are explained in an easy and step-by-step manner, so even students with no coding background can understand. By the end of this course, learners will be able to write simple Java programs and build a strong foundation for advanced programming.
Topics:-
🔰 1. Introduction
What is Java?
How to install Java
First program (Hello World)
💻 2. Basic Concepts
Variables
Data Types (int, float, char, boolean)
Simple Input (Scanner)
➕ 3. Operators
Addition, subtraction, multiplication
Comparison (==, >, <)
Logical (AND, OR)
🔄 4. Conditions
if statement
if-else
switch
🔁 5. Loops
for loop
while loop
do-while
📦 6. Arrays
What is an array?
Storing multiple values
Simple programs
🧱 7. Basics of OOP
Class and Object
Simple method
Constructor (basic idea)
📚 8. Strings
What is String?
Common methods (length, toUpperCase)
⚠️ 9. Exception (Very Basic)
try and catch (simple example)