Java follows the Object Oriented Programming Model; we cannot write a java program without a class therefore java is an Object Oriented programming language. Java implements the Object Oriented concepts like Abstraction,Encapsulation,Inheritance,and Polymorphism .