Answer:
True
Step-by-step explanation:
Java is an object oriented programming language. We can call any programming language as object oriented programming language if it supports the below concepts
Encapsulation
Data Abstraction
Polymorphism
Inheritance
Association
Aggregation
Composition
Java supports all of the above concepts using Class data type.
So java is an Object Oriented programming language.
The Answer is True.