Introduction to the Java Course

In this video, Your Lecturer Nimesha Jinarajadasa who has been working for one of the top rated IT Company - IFS R&D International Pvt Ltd, will be talking about:

1. What is this course is about

2. What is the approach to the course

3. How to Follow the course

4. Who is this course for and Who is not

5. Course Content

Lesson Attachments

1-Introduction_to_Programming

1-Introduction_to_Programming

In this tutorial, You are going to learn:

1. Why Computers.

2. Why do we need programming.

3. What are programming languages.

4. How to use programming languages.

5. Why you should learn Java.

2-Java_Background

2-Java_Background

In this tutorial, You are going to learn:

1. History of Java Programming Language

2. JDK,JVM,JRE

3. What is Java Source Code

4. What is Java Byte Code

3-Run_Your_First_Java_Program

3-Run_First_Java_Program

This lesson will guide you through how to run your first java program from scratch.

1. How to write a very basic java source code with correct syntax.

2. How to compile it using javac command.

3. How to run the generated Byte Code using java command.

Do not worry about the syntax and the structure/rules of the java source code for now. You will learn all these in upcoming videos.

Quiz

2. How Java Works - Quiz

1-Netbeans_IDE

2-Java_Variables_and_Datatypes

3-Java_Arithmetic_Operators

4-Java_Assignment_Operators

5-Java_Comparison_Operators

6-Java_Logical_Operators

7-Java_IF_ELSE

8-Java SWITCH_CASE

9-Java_WHILE_LOOP

10-Java_FOR_LOOP

Quiz

3. Basic Programming Concepts with Java - Quiz

1-Java_Class_and_Object_Intro

2-Java_Class_and_Object_Implementation

3-Java_Methods

4-Java_Methods_Classes_Objects_1

5-Java_Methods_Classes_Objects_2

6-Java_Constructor

7-Java_this_Keyword

Quiz

4 - Class & Object Concepts with Java Quiz

1-Java_Encapsulation

2-Java_Packages

3-Java_Package_Import

4-Java_Inheritance_1

6-Polymorphism_Method_Overloading

7-Polymorphism_Method_Overriding

8-Runtime_Polymorphism

9-Abstraction_with_Abstract_Class

10-Abstraction_with_Interfaces

11-Multiple_Inheritance_with_Interfaces

12-Private_Access_Modifier

13-Default_Access_Modifier

14-Protected_Access_Modifier

15-Public_Access_Modifier

1-Java_Exceptions_Intro

2-Java_Exceptions_Practical

3-Exception_Handling_TRY_CATCH

1-Java_User_Input

2-Java_Writing_to_File

3-Java_Reading_from_File

Comments

There are no comments yet