Fundamentals of Java
Fundamentals of Java
Fundamentals
of Java
List of Concepts Involved:
● Introduction to Programming
● Basic features of Java
● Main method
● Classes and Objects (Basics)
Topics covered Yesterday's Session:
● Software Installation
Introduction to Programming
Making a set of instructions that instruct a computer how to carry out a task is
the process of programming. There are numerous computer programming
languages available for use in programming.
The classes and objects in Java, along with their characteristics and methods, are
the foundation of everything. For instance, an automobile is an object in the actual
world. The car contains characteristics like weight and colour, as well as functions
like drive and brake.
Class:
A class is a collection of objects that have similar traits, behaviours, and attributes.
Object:
An object is an entity with state and behaviour.
Next Lecture
● Statically typed vs Dynamically types PL
● Variables and data types
● Naming Convention
● Identifiers
THANK YOU