0% found this document useful (0 votes)
3 views1 page

Java Basics Notes

Java is an object-oriented programming language used for building applications. It includes primitive data types like int and float, supports various loops, and is based on core OOP concepts such as Encapsulation and Inheritance. Additionally, arrays in Java can store multiple values of the same type in contiguous memory.

Uploaded by

125004011
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Java Basics Notes

Java is an object-oriented programming language used for building applications. It includes primitive data types like int and float, supports various loops, and is based on core OOP concepts such as Encapsulation and Inheritance. Additionally, arrays in Java can store multiple values of the same type in contiguous memory.

Uploaded by

125004011
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Java Basics Notes

Introduction to Java
Java is an object-oriented programming language used for building applications.

Data Types
Primitive data types include int, float, char, boolean, and double.

Loops
Java supports for loop, while loop, and do-while loop.

OOP Concepts
Core concepts are Encapsulation, Inheritance, Polymorphism, and Abstraction.

Arrays
Arrays store multiple values of the same type in contiguous memory.

You might also like