Java is a class-based object-oriented simple programming language. However, we can not consider it to be fully object-oriented as it supports primitive datatypes. It is a general-purpose, high-level programming language that helps programmers and developers to write code once and run it anywhere.
Java is considered both a compiled and interpreted language. It is because Java source code is first compiled to bytecode which is then interpreted by Java Virtual Machine. Java Virtual Machine interprets the bytecode and converts it to platform-specific machine code. Hence, Java is also called a platform-independent programming language.
Chapter One: Introduction
1
What is Java?
2
What is JDK, JRE, JVM?
Chapter Two: Java JDK and Eclipse IDE Installation
1
JDK download And Installation
2
Download and install Eclipse IDE
3
Setting up VS Code for Java development
Chapter Three: Class Object Variables and Data types
1
What is a Java Class & Object?
2
What is Java Variable?
3
Java Data Types
4
What is Java package?
Chapter Four: Constructors & Methods
1
Constructor
2
Method
3
What is public static void main (String[ ] args)
4
Mathematical Operators in Java
Chapter Five: Conditional Statements & Loops
1
Conditional Statements
2
Loops
Chapter Six: Array
1
Arrays
2
Example 1 Arrays
3
Example 2 Arrays
Chapter Seven: Object Oriented Programming Concepts
1
Encapsulation
2
Inheritance
3
Polymorphism
1
Exercises
Be the first to add a review.
Please, login to leave a review