
The basic structure of a java program
The role of Java Virtual Machine
Students will be able to compare if-else-if and switch. They will also understand when to use if-else-if and when to use switch statements.
The students will be able to understand the need for iterative statements and also get to know the variations in using a for loop.
The students will be able to understand when and how to use the while loop. They will also get to know the usage of while and for loop.
The students will learn how to write a do-while loop and how it is different from a while loop
The students will be able to learn the three ways in which break can be used as a jump statement
The students will understand the various ways of declaring the continue statement and the last jump statement, namely return.
Before moving on to the major OOP concepts, the students will learn:
What are classes, methods and objects and how to use them in a java program.
How to reference one object to another.
In this module, the students will get to know the role played by constructors in object creation and its types. They will also learn how to use the this keyword.
The students will learn the concept of abstraction and encapsulation. They will also learn the role of getter and setter methods in data hiding.
In this module, the students will learn
The concept of inheritance and it's types.
How to reference a subclass object to the super class for updation of the super class variables.
The students will understand what polymorphism is and its two types namely:
Compile-time polymorphism
Run-time polymorphism
Learn Java in this course right from scratch.
This course require only some basic programming knowledge.
Concepts such as Object Oriented Programming are made simple and the nuances of Java are explained through illustrations.
Code visualisation has been done to understand the work flow.
Real-life examples are quoted.
Learn the fundamentals under two hours.
Completing this course will help in achieving a strong programming foundation.